Add stream benchmark example

This commit is contained in:
Yunsong Wang
2022-02-07 13:09:35 -05:00
parent 6159d9c6cb
commit fde2e408de
3 changed files with 64 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ various NVBench features and usecases:
- [Enums and compile-time-constant-integral parameter axes](examples/enums.cu)
- [Reporting item/sec and byte/sec throughput statistics](examples/throughput.cu)
- [Skipping benchmark configurations](examples/skip.cu)
- [Benchmarking on a specific stream](examples/stream.cu)
- [Benchmarks that sync CUDA devices: `nvbench::exec_tag::sync`](examples/exec_tag_sync.cu)
- [Manual timing: `nvbench::exec_tag::timer`](examples/exec_tag_timer.cu)