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 beca2c0 commit 37577f6Copy full SHA for 37577f6
docs/benchmarks.md
@@ -435,7 +435,7 @@ NVBENCH_BENCH(my_cpu_benchmark)
435
.set_is_cpu_only(true); // Mark as CPU-only.
436
```
437
438
-The optional `nvbench::exec_tag::no_gpu` hint may be used to reduce tbe compilation time and
+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.
441
0 commit comments