numba_dpex.core.dpjit_dispatcher#

Overview#

Classes#

DpjitDispatcher

A dpex.djit-specific dispatcher.

Classes#

class DpjitDispatcher(py_func, locals={}, targetoptions={}, pipeline_class=dpjit_compiler.DpjitCompiler)#

Bases: numba.core.dispatcher.Dispatcher

A 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#

targetdescr

-

Members

targetdescr#