diff --git a/src/components/cuda/cupti_profiler.py b/src/components/cuda/cupti_profiler.py deleted file mode 100644 index d6803cc..0000000 --- a/src/components/cuda/cupti_profiler.py +++ /dev/null @@ -1 +0,0 @@ -print("Cuda component demo of actions.") 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 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.")