From 47c69b83c90f813d1bd520b7addfa502f70ea700 Mon Sep 17 00:00:00 2001 From: Allison Vacanti Date: Wed, 3 Mar 2021 17:29:15 -0500 Subject: [PATCH] More README cleanup. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 975d341..2de03be 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ This project is a work-in-progress. Everything is subject to change. NVBench is a C++17 library designed to simplify CUDA kernel benchmarking. -Simultaneous parameter sweeps across multiple axes is supported, including -template parameters. Various timings are reported, including "cold" execution -(clear device L2, single run per timed region) and "batch" execution (launch -multiple kernels within a single timed region). +It allows simultaneous parameter sweeps across multiple axes, including template +parameters. Various timings are reported, including "cold" execution time +(single run per timed region) and "batch" execution time +(launch multiple kernels within a single timed region). ## Scope and Related Tools