numba_dpex.codegen module

class numba_dpex.codegen.JITSPIRVCodegen(module_name)

Bases: numba.core.codegen.CPUCodegen

This codegen implementation generates optimized SPIR 2.0

class numba_dpex.codegen.SPIRVCodeLibrary(codegen, name)

Bases: numba.core.codegen.CPUCodeLibrary

get_asm_str()

Get the human-readable assembly.