We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5573b commit 7b1d06bCopy full SHA for 7b1d06b
numba_dppy/target.py
@@ -94,7 +94,6 @@ def _replace_numpy_ufunc_with_opencl_supported_functions():
94
class DPPLTargetContext(BaseContext):
95
implement_powi_as_math_call = True
96
generic_addrspace = SPIR_GENERIC_ADDRSPACE
97
- context_name = "dppl.jit"
98
99
def init(self):
100
self._internal_codegen = codegen.JITSPIRVCodegen("numba.dppl.jit")
0 commit comments