From 083357ee1ed618c88651a9522b3f62f47e4b7583 Mon Sep 17 00:00:00 2001 From: Treece Burgess Date: Tue, 15 Jul 2025 22:07:02 +0000 Subject: [PATCH 1/2] Cuda even more bug fixes --- 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 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.") From 56c24d5bc39cbeded3f5403c5fe798ba849945d7 Mon Sep 17 00:00:00 2001 From: Treece Burgess Date: Tue, 15 Jul 2025 22:07:29 +0000 Subject: [PATCH 2/2] rocm even more bug fixes --- 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 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.")