Add example that demonstrates how to add/remove columns from the markdown table.

This commit is contained in:
Allison Piper
2025-04-08 21:14:21 +00:00
parent 94fde7777c
commit 2ba8acd4ea
3 changed files with 72 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ various NVBench features and usecases:
- [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)
- [Adding / hiding columns (summaries) in markdown output](examples/summaries.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)