numba_dpex.decorators module
- numba_dpex.decorators.autojit(debug=None, access_types=None)
- numba_dpex.decorators.func(signature=None, debug=None)
- numba_dpex.decorators.kernel(signature=None, access_types=None, debug=None)
JIT compile a python function conforming using the DPPY backend.
A kernel is equvalent to an OpenCL kernel function, and has the same restrictions as definined by SPIR_KERNEL calling convention.