Skip to content

Commit b95acb8

Browse files
authored
Update best_practices.md
1 parent 54cbcd0 commit b95acb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/best_practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This document is **not intended to replace** the detailed benchmark documentatio
1212
* Also supports benchmarking normal CPU implementations.
1313
* Python code support is in the roadmap.
1414

15-
## Benchmark Your GPU Code with NVBench
15+
## Benchmarking GPU Workloads with NVBench
1616
Let’s begin with a simple example for users who are new to NVBench and want to learn the basics of benchmarking GPU code. Consider measuring the performance of `thrust::sequence` on a GPU. Similar to `std::iota`, suppose we have an input array of 10 elements, and we want `thrust::sequence` to populate it with the sequence of values from 0 to 9. The following example demonstrates this approach:
1717

1818
```cpp

0 commit comments

Comments
 (0)