We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b066fc commit aaf316cCopy full SHA for aaf316c
2 files changed
src/hws/gpu_amd/CMakeLists.txt
@@ -16,7 +16,7 @@ if (NOT rocm_smi_FOUND)
16
endif ()
17
return()
18
19
-message(STATUS "Enable sampling of AMD GPU information using ROCm SMI.")
+message(STATUS "Enable sampling of AMD GPU information using ROCm SMI (${rocm_smi_VERSION}).")
20
21
# must also find HIP
22
find_package(HIP REQUIRED)
src/hws/gpu_nvidia/CMakeLists.txt
@@ -16,7 +16,7 @@ if (NOT CUDAToolkit_FOUND)
-message(STATUS "Enable sampling of NVIDIA GPU information using NVML.")
+message(STATUS "Enable sampling of NVIDIA GPU information using NVML (${CUDAToolkit_VERSION}).")
# link against necessary libraries
target_link_libraries(${HWS_LIBRARY_NAME} PRIVATE CUDA::nvml CUDA::cudart)
0 commit comments