From 92fb4c74865e627689600e1a29f511574bd6eec3 Mon Sep 17 00:00:00 2001 From: Allison Vacanti Date: Thu, 4 Mar 2021 16:26:01 -0500 Subject: [PATCH] Link to NVBench Demo from README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index af5253f..a124500 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ 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). +# Example Sandbox Project + +See [NVBench Demo](https://github.com/allisonvacanti/nvbench_demo) for a simple +CMake project that builds an example benchmark using NVBench. + ## Scope and Related Tools NVBench will measure the CPU and CUDA GPU execution time of a ***single