From db2f855fba758f5d1a804920a54d7d1c081840e4 Mon Sep 17 00:00:00 2001 From: Treece Burgess Date: Thu, 21 Nov 2024 19:11:18 +0000 Subject: [PATCH 1/4] change to components/cuda/* --- src/components/cuda/cupti_profiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cuda/cupti_profiler.py b/src/components/cuda/cupti_profiler.py index d6803cc..b7bfefd 100644 --- a/src/components/cuda/cupti_profiler.py +++ b/src/components/cuda/cupti_profiler.py @@ -1 +1 @@ -print("Cuda component demo of actions.") +print("Cuda component demo of GitHub actions.") From b85215296feb33b3556329b8f8af34156c48996a Mon Sep 17 00:00:00 2001 From: Treece Burgess Date: Thu, 21 Nov 2024 19:12:20 +0000 Subject: [PATCH 2/4] cat --- src/counter_analysis_toolkit/testing_cat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/counter_analysis_toolkit/testing_cat.py b/src/counter_analysis_toolkit/testing_cat.py index b5cd04f..4701d4a 100644 --- a/src/counter_analysis_toolkit/testing_cat.py +++ b/src/counter_analysis_toolkit/testing_cat.py @@ -1 +1 @@ -print("Testing how we run.") +print("Testing how we run actions.") From 0a6f664204e61bc14c649911f7f2ae9ba7697cb9 Mon Sep 17 00:00:00 2001 From: Treece Burgess Date: Thu, 21 Nov 2024 19:13:15 +0000 Subject: [PATCH 3/4] remove cupti --- src/components/cuda/cupti_profiler.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 src/components/cuda/cupti_profiler.py diff --git a/src/components/cuda/cupti_profiler.py b/src/components/cuda/cupti_profiler.py deleted file mode 100644 index b7bfefd..0000000 --- a/src/components/cuda/cupti_profiler.py +++ /dev/null @@ -1 +0,0 @@ -print("Cuda component demo of GitHub actions.") From a8cf8a88623d168546f6a154019cf11aac1fc0c1 Mon Sep 17 00:00:00 2001 From: Treece Burgess Date: Thu, 21 Nov 2024 19:14:00 +0000 Subject: [PATCH 4/4] makefile --- src/components/makefile.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/components/makefile.in diff --git a/src/components/makefile.in b/src/components/makefile.in new file mode 100644 index 0000000..038d718 --- /dev/null +++ b/src/components/makefile.in @@ -0,0 +1 @@ +testing