From b4b22b40f5b1bd77955b8d7e39557b7ce9ae9b2b Mon Sep 17 00:00:00 2001 From: Treece Burgess Date: Tue, 15 Jul 2025 20:39:10 +0000 Subject: [PATCH 1/2] Bug fix for cuda extra print --- src/components/cuda/cupti_profiler.py | 2 ++ 1 file changed, 2 insertions(+) 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.") From f16e17b3780ef40ff5f10e545fe7150ae0f158bc Mon Sep 17 00:00:00 2001 From: Treece Burgess Date: Tue, 15 Jul 2025 20:39:26 +0000 Subject: [PATCH 2/2] Bug fix for rocm extra print --- src/components/rocm/roc_profiler.py | 2 ++ 1 file changed, 2 insertions(+) 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.")