diff --git a/src/components/cuda/cupti_profiler.py b/src/components/cuda/cupti_profiler.py index 36c113d..b833994 100644 --- a/src/components/cuda/cupti_profiler.py +++ b/src/components/cuda/cupti_profiler.py @@ -1 +1,3 @@ print("Cuda component demo of actions bug fix.") + +print("Fixing bug.") diff --git a/src/components/rocm/roc_profiler.py b/src/components/rocm/roc_profiler.py index eecfe6f..a768c09 100644 --- a/src/components/rocm/roc_profiler.py +++ b/src/components/rocm/roc_profiler.py @@ -1 +1,3 @@ print("Rocm component demo of actions bug fix this is the new bug fix.") + +print("Bug fix.")