Add installation instructions to cuda-bench readme (#307)

Add installation instructions to `cuda-bench` readme
This commit is contained in:
Nader Al Awar
2026-01-30 10:02:56 -06:00
committed by GitHub

View File

@@ -1,8 +1,18 @@
# CUDA Kernel Benchmarking Package
This package provides Python API to CUDA Kernel Benchmarking Library `NVBench`.
This package provides a Python API to the CUDA Kernel Benchmarking
Library `NVBench`.
## Building
## Installation
Install from PyPi
```bash
pip install cuda-bench[cu13] # For CUDA 13.x
pip install cuda-bench[cu12] # For CUDA 12.x
```
## Building from source
### Ensure recent version of CMake