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