From 270ddcbbbf935c86c4b21378cf1115806018ef4e Mon Sep 17 00:00:00 2001 From: Allison Vacanti Date: Tue, 9 Mar 2021 20:07:58 -0500 Subject: [PATCH] Fix link to timer example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed06981..c4114fe 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ various NVBench features and usecases: - [Reporting item/sec and byte/sec throughput statistics](examples/throughput.cu) - [Skipping benchmark configurations](examples/skip.cu) - [Benchmarks that sync CUDA devices: `nvbench::exec_tag::sync`](examples/exec_tag_sync.cu) -- [Manual timing: `nvbench::exec_tag::timer`](examples/exec_tag_sync.cu) +- [Manual timing: `nvbench::exec_tag::timer`](examples/exec_tag_timer.cu) To get started using NVBench with your own kernels, consider trying out the [NVBench Demo Project](https://github.com/allisonvacanti/nvbench_demo)