Skip to content

Commit 7b1d06b

Browse files
authored
Remove context_name (#6)
See IntelPython/numba#100 (comment)
1 parent 1f5573b commit 7b1d06b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numba_dppy/target.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def _replace_numpy_ufunc_with_opencl_supported_functions():
9494
class DPPLTargetContext(BaseContext):
9595
implement_powi_as_math_call = True
9696
generic_addrspace = SPIR_GENERIC_ADDRSPACE
97-
context_name = "dppl.jit"
9897

9998
def init(self):
10099
self._internal_codegen = codegen.JITSPIRVCodegen("numba.dppl.jit")

0 commit comments

Comments
 (0)