Skip to content

Commit 37577f6

Browse files
authored
typo in benchmarks.md
`tbe time` -> `the time`
1 parent beca2c0 commit 37577f6

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
@@ -435,7 +435,7 @@ NVBENCH_BENCH(my_cpu_benchmark)
435435
.set_is_cpu_only(true); // Mark as CPU-only.
436436
```
437437
438-
The optional `nvbench::exec_tag::no_gpu` hint may be used to reduce tbe compilation time and
438+
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
440440
`is_cpu_only` is false.
441441

0 commit comments

Comments
 (0)