Skip to content

Commit 0a13e71

Browse files
Updated readme
1 parent 80f0bb0 commit 0a13e71

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

python/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,28 @@ nvbench_DIR=$(pwd)/nvbench_install/lib/cmake CUDACXX=/usr/local/cuda/bin/nvcc pi
1717
### Verify that package works
1818

1919
```
20+
export PYTHONPATH=$(pwd):${PYTHONPATH}
2021
python test/run_1.py
2122
```
23+
24+
### Run examples
25+
26+
```
27+
# Example benchmarking numba.cuda kernel
28+
python examples/throughput.py
29+
```
30+
31+
```
32+
# Example benchmarking kernels authored using cuda.core
33+
python examples/axes.py
34+
```
35+
36+
```
37+
# Example benchmarking algorithms from cuda.cccl.parallel
38+
python examples/cccl_parallel_segmented_reduce.py
39+
```
40+
41+
```
42+
# Example benchmarking CuPy function
43+
python examples/cupy_extract.py
44+
```

0 commit comments

Comments
 (0)