From 156967f6c30060d25163ba761e93868e08960e35 Mon Sep 17 00:00:00 2001 From: Jake Hemstad Date: Fri, 8 Oct 2021 14:28:33 -0500 Subject: [PATCH] Format. --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b296145..47e9ad8 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,7 @@ Pass: Batch: 0.261963ms GPU, 7.18s total GPU, 27394x ## Demo Project To get started using NVBench with your own kernels, consider trying out -the [NVBench Demo Project](https://github.com/allisonvacanti/nvbench_demo) -. +the [NVBench Demo Project](https://github.com/allisonvacanti/nvbench_demo). `nvbench_demo` provides a simple CMake project that uses NVBench to build an example benchmark. It's a great way to experiment with the library without a lot @@ -148,10 +147,8 @@ make test ``` or ``` -ctest build/bin +ctest ``` - - # License NVBench is released under the Apache 2.0 License with LLVM exceptions.