Skip to content

Commit b6a13b0

Browse files
authored
Merge pull request #1290 from IntelPython/feature/use_dpnp_specific_parfor
Feature/use dpnp specific parfor
2 parents 778bde3 + a0d78df commit b6a13b0

File tree

6 files changed

+474
-195
lines changed

6 files changed

+474
-195
lines changed

numba_dpex/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from numba import __version__ as numba_version
1818

1919
from .kernel_api_impl.spirv import target as spirv_kernel_target
20-
from .numba_patches import patch_arrayexpr_tree_to_ir, patch_is_ufunc
20+
from .numba_patches import patch_is_ufunc
2121
from .register_kernel_api_overloads import init_kernel_api_spirv_overloads
2222

2323

@@ -71,7 +71,6 @@ def parse_sem_version(version_string: str) -> Tuple[int, int, int]:
7171

7272
# Monkey patches
7373
patch_is_ufunc.patch()
74-
patch_arrayexpr_tree_to_ir.patch()
7574

7675
from numba import prange # noqa E402
7776

0 commit comments

Comments
 (0)