CUDA target for Numba
Project description
Numba CUDA Target
An out-of-tree CUDA target for Numba.
This contains an entire copy of Numba's CUDA target (the numba.cuda
module),
and a mechanism to ensure the code from this module (numba_cuda.numba.cuda
) is
used as the numba.cuda
module instead of the code from the numba
package.
This is presently in an early state and is published for testing and feedback.
Building / testing
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file numba_cuda-0.0.18.tar.gz
.
File metadata
- Download URL: numba_cuda-0.0.18.tar.gz
- Upload date:
- Size: 347.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7ca2f4d7d73d8d100da82e90d59ed89e61a25858a3a544ace123a20cb50b750 |
|
MD5 | 944d1f9d0c1ae1a5df821cf087c5dc55 |
|
BLAKE2b-256 | 7506ee8f4ca588ec524ab599addf22471e96b714781f3525c4f518d5f4486714 |
File details
Details for the file numba_cuda-0.0.18-py3-none-any.whl
.
File metadata
- Download URL: numba_cuda-0.0.18-py3-none-any.whl
- Upload date:
- Size: 433.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb6926a5f74a5d69d3712cb50410ea999d5ee475a2a4ae970e4708fd850cde81 |
|
MD5 | e70fbddc00ea5a03c8f32e30c01bf9ab |
|
BLAKE2b-256 | 249dc4721d03a1a5d431fc40b1d4d6d61c484dcec9b87f242445f37062f8ac22 |