Skip to content

gmarkall/numba-cuda

 
 

Repository files navigation

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.

Building / testing

Install as an editable install:

pip install -e .

The _extras library needs copying to the source tree for an editable install:

cp build/cp*/_extras.cpython-*.so numba_cuda/numba/cuda/cudadrv/

Run the test:

python test.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.5%
  • C 7.7%
  • C++ 5.4%
  • Other 0.4%