Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 940 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 940 Bytes

Numba CUDA Target

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.

Building from source

Install as an editable install:

pip install -e .

Running tests

python -m numba.runtests numba.cuda.tests

This should discover thenumba.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