From 77b23ac3af42176ca20b66429be463df3c94328c Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Fri, 20 Sep 2019 14:56:26 -0500 Subject: [PATCH] gpu_power -> gpu_monitor --- examples/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 1730116..4f77d77 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -54,6 +54,6 @@ if(CMAKE_CUDA_COMPILER) endif() if(CMAKE_CUDA_COMPILER) - add_executable(gpu-power gpu_power.cu) - target_link_libraries(gpu-power perfect) + add_executable(gpu-monitor gpu_monitor.cu) + target_link_libraries(gpu-monitor perfect) endif() \ No newline at end of file