numba_dpex.core.descriptor¶
Overview¶
Target options maps user options from decorators to the |
|
Implements a target descriptor for numba_dpex.kernel decorated functions. |
|
Implements a target descriptor for numba_dpex.dpjit decorated functions. |
Classes¶
- class DpexTargetOptions¶
Bases:
numba.core.cpu.CPUTargetOptions
Target options maps user options from decorators to the
numba.core.compiler.Flags
used by lowering and target context.Overview
Members
- experimental¶
- release_gil¶
- no_compile¶
- inline_threshold¶
- finalize(flags, options)¶
Subclasses can override this method to make target specific customizations of default flags.
- Parameters:
flags (Flags)
options (dict)
Attributes¶
- dpex_kernel_target¶
- dpex_target¶