Skip to content

Commit

Permalink
Remove numba monkey patch that was pushed upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
Diptorup Deb authored and ZzEeKkAa committed Feb 2, 2024
1 parent 3ce06fb commit da1db14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 179 deletions.
4 changes: 0 additions & 4 deletions numba_dpex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ def parse_sem_version(version_string: str) -> Tuple[int, int, int]:

# Monkey patches
patch_is_ufunc.patch()
if numba_sem_version < (0, 58, 0):
from .numba_patches import patch_mk_alloc

patch_mk_alloc.patch()
patch_arrayexpr_tree_to_ir.patch()

dpctl_sem_version = parse_sem_version(dpctl.__version__)
Expand Down
175 changes: 0 additions & 175 deletions numba_dpex/numba_patches/patch_mk_alloc.py

This file was deleted.

0 comments on commit da1db14

Please sign in to comment.