We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37577f6 commit d63442bCopy full SHA for d63442b
docs/benchmarks.md
@@ -424,7 +424,7 @@ such applications. Examples are provided in [examples/cpu_only.cu](../examples/c
424
Note that NVBench still requires a CUDA compiler and runtime even if a project only contains
425
CPU-only benchmarks.
426
427
-The `is_cpu_only` property of the benchmark toggles between GPU and CPU-only measurements:
+The `set_is_cpu_only` property of the benchmark toggles between GPU and CPU-only measurements:
428
429
```cpp
430
void my_cpu_benchmark(nvbench::state &state)
0 commit comments