Skip to content

Commit d63442b

Browse files
authored
set_is_cpu_only full property name
1 parent 37577f6 commit d63442b

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
@@ -424,7 +424,7 @@ such applications. Examples are provided in [examples/cpu_only.cu](../examples/c
424424
Note that NVBench still requires a CUDA compiler and runtime even if a project only contains
425425
CPU-only benchmarks.
426426

427-
The `is_cpu_only` property of the benchmark toggles between GPU and CPU-only measurements:
427+
The `set_is_cpu_only` property of the benchmark toggles between GPU and CPU-only measurements:
428428

429429
```cpp
430430
void my_cpu_benchmark(nvbench::state &state)

0 commit comments

Comments
 (0)