numba_dpex.core.dpjit_dispatcher#
Overview#
A dpex.djit-specific dispatcher. |
Classes#
- class DpjitDispatcher(py_func, locals={}, targetoptions={}, pipeline_class=dpjit_compiler.DpjitCompiler)#
Bases:
numba.core.dispatcher.DispatcherA dpex.djit-specific dispatcher.
The DpjitDispatcher sets the targetdescr string to “dpex” so that Numba’s Dispatcher can lookup the global target_registry with that string and correctly use the DpexTarget context.
Overview
Attributes# -
Members
- targetdescr#