numba_dpex.core.descriptor module

class numba_dpex.core.descriptor.DpexKernelTarget(target_name)

Bases: TargetDescriptor

Implements a target descriptor for numba_dpex.kernel decorated functions.

options

alias of CPUTargetOptions

property target_context

The target context used by the Dpex compiler pipeline.

property typing_context

The typing context for used by the Dpex compiler pipeline.

class numba_dpex.core.descriptor.DpexTarget(target_name)

Bases: TargetDescriptor

Implements a target descriptor for numba_dpex.dpjit decorated functions.

options

alias of CPUTargetOptions

property target_context

The target context for dpex targets.

property typing_context

The typing context for dpex targets.