diff --git a/dpnp/dpnp_iface_trigonometric.py b/dpnp/dpnp_iface_trigonometric.py index 9bc53291d46..5aa8bcb798c 100644 --- a/dpnp/dpnp_iface_trigonometric.py +++ b/dpnp/dpnp_iface_trigonometric.py @@ -1448,8 +1448,8 @@ def reduce_hypot(x, /, *, axis=None, dtype=None, keepdims=False, out=None): return dpnp_wrap_reduction_call( x, out, - dpt.logsumexp, - reduce_hypot, + dpt.reduce_hypot, + _get_accumulation_res_dt, usm_x, axis=axis, dtype=dtype,