mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-26 09:48:53 +00:00
CUPTI support
This commit is contained in:
@@ -39,6 +39,14 @@ if (NVBench_ENABLE_NVML)
|
||||
)
|
||||
endif()
|
||||
|
||||
if (NVBench_ENABLE_CUPTI)
|
||||
install(
|
||||
FILES
|
||||
"${NVBench_SOURCE_DIR}/cmake/NVBenchCUPTI.cmake"
|
||||
DESTINATION "${config_install_location}"
|
||||
)
|
||||
endif()
|
||||
|
||||
# Call with a list of library targets to generate install rules:
|
||||
function(nvbench_install_libraries)
|
||||
install(TARGETS ${ARGN}
|
||||
|
||||
Reference in New Issue
Block a user