Skip to content

Commit

Permalink
Update to numba 0.57
Browse files Browse the repository at this point in the history
  • Loading branch information
Diptorup Deb committed May 18, 2023
1 parent e76feca commit ffbd423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numba_dpex/core/utils/reduction_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
remove_dels,
replace_var_names,
)
from numba.parfors import parfor
from numba.parfors.parfor_lowering_utils import ParforLoweringBuilder

from numba_dpex import utils
from numba_dpex.core.utils.kernel_launcher import KernelLaunchIRBuilder
from numba_dpex.dpctl_iface import DpctlCAPIFnBuilder

from ..passes import parfor
from ..types.dpnp_ndarray_type import DpnpNdArray


Expand Down

0 comments on commit ffbd423

Please sign in to comment.