Skip to content

Commit 40bf982

Browse files
author
Marina Kolpakova
authored
ignore access_types (#159)
1 parent a47bbbe commit 40bf982

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numba_dpcomp/numba_dpcomp/decorators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def mlir_jit(signature_or_function=None, locals={}, cache=False,
3535

3636
pipeline = mlir_compiler_gpu_pipeline if options.get('enable_gpu_pipeline') else mlir_compiler_pipeline
3737
options.pop('enable_gpu_pipeline', None)
38+
options.pop('access_types', None) # pop them to ignore since they are not a part of numba but dppy.
3839
return orig_jit(signature_or_function=signature_or_function,
3940
locals=locals,
4041
cache=cache,

0 commit comments

Comments
 (0)