NVIDIA / nvbench_demo

Simple starter CMake project that uses NVBench.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Start

git clone --recursive https://github.com/allisonvacanti/nvbench_demo.git

cd nvbench_demo

# Use your actual target architecture(s) or omit the option:
cmake -DCMAKE_CUDA_ARCHITECTURES=70-real .

make

./example_bench

About

Simple starter CMake project that uses NVBench.


Languages

Language:Cuda 82.2%Language:CMake 17.8%