numba_dpex.core.codegen module

class numba_dpex.core.codegen.JITSPIRVCodegen(module_name)

Bases: CPUCodegen

This codegen implementation generates optimized SPIR 2.0

class numba_dpex.core.codegen.SPIRVCodeLibrary(codegen, name)

Bases: CPUCodeLibrary

get_asm_str()

Get the human-readable assembly.