More README cleanup.

This commit is contained in:
Allison Vacanti
2021-03-03 17:29:15 -05:00
parent d7c34c835d
commit 47c69b83c9

View File

@@ -3,10 +3,10 @@
This project is a work-in-progress. Everything is subject to change. This project is a work-in-progress. Everything is subject to change.
NVBench is a C++17 library designed to simplify CUDA kernel benchmarking. NVBench is a C++17 library designed to simplify CUDA kernel benchmarking.
Simultaneous parameter sweeps across multiple axes is supported, including It allows simultaneous parameter sweeps across multiple axes, including template
template parameters. Various timings are reported, including "cold" execution parameters. Various timings are reported, including "cold" execution time
(clear device L2, single run per timed region) and "batch" execution (launch (single run per timed region) and "batch" execution time
multiple kernels within a single timed region). (launch multiple kernels within a single timed region).
## Scope and Related Tools ## Scope and Related Tools