Add noisy_bench with some benchmarks that currently always time-out.

This commit is contained in:
Allison Vacanti
2021-12-21 21:05:13 -05:00
parent 3c01814945
commit 8e56a7bd94
5 changed files with 168 additions and 2 deletions

View File

@@ -33,6 +33,10 @@ option(NVBench_ENABLE_NVML "Build with NVML support from the Cuda Toolkit." ON)
option(NVBench_ENABLE_CUPTI "Build NVBench with CUPTI." ${cupti_default})
option(NVBench_ENABLE_TESTING "Build NVBench testing suite." OFF)
option(NVBench_ENABLE_DEVICE_TESTING
"Include tests that require a GPU (with locked clocks)."
OFF
)
option(NVBench_ENABLE_EXAMPLES "Build NVBench examples." OFF)
include(cmake/NVBenchConfigTarget.cmake)