A Simple CUDA Python Extension Summary A demo python extension using CUDA To install as a Python extension > pip install . To build and run tests > python -m venv .venv/ > source .venv/Scripts/activate > pip install -e requirements.txt > python tools/build.py System requirements Python >=3.6 C++ compiler toolchain CMake CUDA toolkit (optional)