Numba-CUDA#

Numba-CUDA provides a CUDA target for the Numba Python JIT Compiler. It is used for writing SIMT kernels in Python, for providing Python bindings for accelerated device libraries, and as a compiler for user-defined functions in accelerated libraries like RAPIDS.

Contents#