As described here: https://numba.readthedocs.io/en/stable/reference/deprecation.html#id23 This will follow the release of Numba 0.62 and completion of [#219](https://github.com/NVIDIA/numba-cuda/issues/219). It will require additional work items: * Compilation of kernel launches as `@njit` functions (#212) * Inheritance of all CUDA device arrays from NumPy arrays (#205)
As described here: https://numba.readthedocs.io/en/stable/reference/deprecation.html#id23
This will follow the release of Numba 0.62 and completion of #219.
It will require additional work items:
@njitfunctions ([PERF] Replace interpreted kernel launch with @njit-compiled function #212)