- CUDA Toolkit Install from: https://developer.nvidia.com/cuda/toolkit
- CMake (≥ 3.18 recommended)
- Python 3.11+
pip install -r requirements.txtcmake -B build -S .
cmake --build buildIf you are using a virtual environment then build with
cmake -B build -Dpybind11_DIR=$(python3 -m pybind11 --cmakedir)
cmake --build buildpython3 run/run.py