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 d63442b commit c0a2544Copy full SHA for c0a2544
docs/benchmarks.md
@@ -437,7 +437,7 @@ NVBENCH_BENCH(my_cpu_benchmark)
437
438
The optional `nvbench::exec_tag::no_gpu` hint may be used to reduce the compilation time and
439
binary size of CPU-only benchmarks. An error is emitted at runtime if this tag is used while
440
-`is_cpu_only` is false.
+`set_is_cpu_only` is false.
441
442
```cpp
443
void my_cpu_benchmark(nvbench::state &state)
0 commit comments