Skip to content

Commit 18357d2

Browse files
committed
Apply chenges from master
1 parent daa6640 commit 18357d2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dpnp/dpnp_iface_mathematical.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2412,8 +2412,8 @@ def modf(x1, **kwargs):
24122412
ti._nextafter_result_type,
24132413
ti._nextafter,
24142414
_NEXTAFTER_DOCSTRING,
2415-
mkl_fn_to_call=vmi._mkl_nextafter_to_call,
2416-
mkl_impl_fn=vmi._nextafter,
2415+
mkl_fn_to_call="_mkl_nextafter_to_call",
2416+
mkl_impl_fn="_nextafter",
24172417
)
24182418

24192419

dpnp/dpnp_iface_trigonometric.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
import dpctl.tensor._type_utils as dtu
4747

4848
import dpnp
49+
import dpnp.backend.extensions.ufunc._ufunc_impl as ufi
4950

5051
from .dpnp_algo.dpnp_elementwise_common import DPNPBinaryFunc, DPNPUnaryFunc
5152
from .dpnp_utils.dpnp_utils_reduction import dpnp_wrap_reduction_call

0 commit comments

Comments
 (0)