Contents
CUDA is required if building CUDA kernel implementations with the Python package.
From the project root, run:
pip install .
or locally in editable mode (-e
is required as libs are built outside of the bindings directory)
pip install -e .
(pypi
installation coming soon)
USE_CUDA=1
builds CUDA kernels for many included algorithms. CUDA >= 9 is required.
Coming soon.