Skip to content

Commit da1db14

Browse files
Diptorup DebZzEeKkAa
authored andcommitted
Remove numba monkey patch that was pushed upstream.
1 parent 3ce06fb commit da1db14

File tree

2 files changed

+0
-179
lines changed

2 files changed

+0
-179
lines changed

numba_dpex/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ def parse_sem_version(version_string: str) -> Tuple[int, int, int]:
7575

7676
# Monkey patches
7777
patch_is_ufunc.patch()
78-
if numba_sem_version < (0, 58, 0):
79-
from .numba_patches import patch_mk_alloc
80-
81-
patch_mk_alloc.patch()
8278
patch_arrayexpr_tree_to_ir.patch()
8379

8480
dpctl_sem_version = parse_sem_version(dpctl.__version__)

numba_dpex/numba_patches/patch_mk_alloc.py

Lines changed: 0 additions & 175 deletions
This file was deleted.

0 commit comments

Comments
 (0)