This commit is contained in:
Jake Hemstad
2021-10-08 14:28:33 -05:00
parent 4f0c72b6bf
commit 156967f6c3

View File

@@ -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.