Skip to content

Commit a5ad480

Browse files
authored
Add installation instructions to cuda-bench readme (#307)
Add installation instructions to `cuda-bench` readme
2 parents a297483 + edf0b80 commit a5ad480

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

python/README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# CUDA Kernel Benchmarking Package
22

3-
This package provides Python API to CUDA Kernel Benchmarking Library `NVBench`.
3+
This package provides a Python API to the CUDA Kernel Benchmarking
4+
Library `NVBench`.
45

5-
## Building
6+
## Installation
7+
8+
Install from PyPi
9+
10+
```bash
11+
pip install cuda-bench[cu13] # For CUDA 13.x
12+
pip install cuda-bench[cu12] # For CUDA 12.x
13+
```
14+
15+
## Building from source
616

717
### Ensure recent version of CMake
818

0 commit comments

Comments
 (0)