mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-19 22:38:52 +00:00
Updated readme
This commit is contained in:
@@ -17,5 +17,28 @@ nvbench_DIR=$(pwd)/nvbench_install/lib/cmake CUDACXX=/usr/local/cuda/bin/nvcc pi
|
||||
### Verify that package works
|
||||
|
||||
```
|
||||
export PYTHONPATH=$(pwd):${PYTHONPATH}
|
||||
python test/run_1.py
|
||||
```
|
||||
|
||||
### Run examples
|
||||
|
||||
```
|
||||
# Example benchmarking numba.cuda kernel
|
||||
python examples/throughput.py
|
||||
```
|
||||
|
||||
```
|
||||
# Example benchmarking kernels authored using cuda.core
|
||||
python examples/axes.py
|
||||
```
|
||||
|
||||
```
|
||||
# Example benchmarking algorithms from cuda.cccl.parallel
|
||||
python examples/cccl_parallel_segmented_reduce.py
|
||||
```
|
||||
|
||||
```
|
||||
# Example benchmarking CuPy function
|
||||
python examples/cupy_extract.py
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user