Skip to content

Commit 3844827

Browse files
author
Diptorup Deb
committed
Fix formatting of the numba monkey patches.
1 parent e019dde commit 3844827

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

numba_dpex/numba_patches/patch_arrayexpr_tree_to_ir.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5+
56
def patch():
67
"""
78
Patches the _arrayexpr_tree_to_ir function in numba.parfor.parfor.py to

numba_dpex/numba_patches/patch_is_ufunc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5+
56
def patch():
67
"""Patches the numba.np.ufunc.array_exprs._is_ufunc function to make it
78
possible to support dpnp universal functions (ufuncs).

numba_dpex/numba_patches/patch_mk_alloc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5+
56
def patch():
67
"""
78
Patches the numba.core.ir_utils.mk_alloc function to support non-NumPy array

0 commit comments

Comments
 (0)