CUPTI support

This commit is contained in:
Georgy Evtushenko
2021-09-01 19:43:12 +03:00
parent 3d6c16f8ba
commit 1bc715267c
26 changed files with 1705 additions and 4 deletions

View File

@@ -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()