numba_dpex.core.pipelines.dpjit_compiler#
Overview#
Dpex’s compiler pipeline to offload parfor nodes into SYCL kernels. |
Classes#
- class DpjitCompiler(typingctx, targetctx, library, args, return_type, flags, locals)#
Bases:
numba.core.compiler.CompilerBaseDpex’s compiler pipeline to offload parfor nodes into SYCL kernels.
Overview
Methods# Child classes override this to customize the pipelines in use.
Members
- define_pipelines()#
Child classes override this to customize the pipelines in use.