Skip to content

Commit c0a2544

Browse files
authored
set_is_cpu_only
1 parent d63442b commit c0a2544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/benchmarks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ NVBENCH_BENCH(my_cpu_benchmark)
437437
438438
The optional `nvbench::exec_tag::no_gpu` hint may be used to reduce the compilation time and
439439
binary size of CPU-only benchmarks. An error is emitted at runtime if this tag is used while
440-
`is_cpu_only` is false.
440+
`set_is_cpu_only` is false.
441441
442442
```cpp
443443
void my_cpu_benchmark(nvbench::state &state)

0 commit comments

Comments
 (0)