The CUDA target for Numba. Please visit the official documentation to get started!
To report issues or file feature requests, please use the issue tracker.
To raise questions or initiate discussions, please use the Numba Discourse forum.
Please refer to the Installation documentation.
Install as an editable install:
pip install -e .
If you want to manage all run-time dependencies yourself, also pass the --no-deps flag.
pytest --pyargs numba.cuda.tests -v
This should discover the numba.cuda module from the numba_cuda package. You
can check where numba.cuda files are being located by running
python -c "from numba import cuda; print(cuda.__file__)"
which will show a path like:
<path to numba-cuda repo>/numba_cuda/numba/cuda/__init__.py
Review the CONTRIBUTING.md file for information on how to contribute code and issues to the project.