Skip to content

Commit aaf316c

Browse files
committed
Add additional version output.
1 parent 7b066fc commit aaf316c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/hws/gpu_amd/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (NOT rocm_smi_FOUND)
1616
endif ()
1717
return()
1818
endif ()
19-
message(STATUS "Enable sampling of AMD GPU information using ROCm SMI.")
19+
message(STATUS "Enable sampling of AMD GPU information using ROCm SMI (${rocm_smi_VERSION}).")
2020

2121
# must also find HIP
2222
find_package(HIP REQUIRED)

src/hws/gpu_nvidia/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (NOT CUDAToolkit_FOUND)
1616
endif ()
1717
return()
1818
endif ()
19-
message(STATUS "Enable sampling of NVIDIA GPU information using NVML.")
19+
message(STATUS "Enable sampling of NVIDIA GPU information using NVML (${CUDAToolkit_VERSION}).")
2020

2121
# link against necessary libraries
2222
target_link_libraries(${HWS_LIBRARY_NAME} PRIVATE CUDA::nvml CUDA::cudart)

0 commit comments

Comments
 (0)