numba_dpex.core.pipelines.kernel_compiler module

class numba_dpex.core.pipelines.kernel_compiler.KernelCompiler(typingctx, targetctx, library, args, return_type, flags, locals)

Bases: CompilerBase

Dpex’s kernel compilation pipeline.

define_pipelines()

Child classes override this to customize the pipelines in use.