mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-20 14:58:54 +00:00
CUPTI support
This commit is contained in:
@@ -3,5 +3,9 @@ function(nvbench_write_config_header filepath)
|
||||
set(NVBENCH_HAS_NVML 1)
|
||||
endif()
|
||||
|
||||
if (NVBench_ENABLE_CUPTI)
|
||||
set(NVBENCH_HAS_CUPTI 1)
|
||||
endif()
|
||||
|
||||
configure_file("${NVBench_SOURCE_DIR}/cmake/config.cuh.in" "${filepath}")
|
||||
endfunction()
|
||||
|
||||
Reference in New Issue
Block a user