Skip to content

Commit

Permalink
Merge pull request #1290 from IntelPython/feature/use_dpnp_specific_p…
Browse files Browse the repository at this point in the history
…arfor

Feature/use dpnp specific parfor
  • Loading branch information
ZzEeKkAa authored Mar 29, 2024
2 parents 778bde3 + a0d78df commit b6a13b0
Show file tree
Hide file tree
Showing 6 changed files with 474 additions and 195 deletions.
3 changes: 1 addition & 2 deletions numba_dpex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from numba import __version__ as numba_version

from .kernel_api_impl.spirv import target as spirv_kernel_target
from .numba_patches import patch_arrayexpr_tree_to_ir, patch_is_ufunc
from .numba_patches import patch_is_ufunc
from .register_kernel_api_overloads import init_kernel_api_spirv_overloads


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

# Monkey patches
patch_is_ufunc.patch()
patch_arrayexpr_tree_to_ir.patch()

from numba import prange # noqa E402

Expand Down
Loading

0 comments on commit b6a13b0

Please sign in to comment.