Add installation instructions

This commit is contained in:
Nader Al Awar
2026-01-30 09:32:44 -06:00
parent f66f76731c
commit edf0b80599

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