Skip to content

Commit dfc76e0

Browse files
Apply remark
1 parent 0a9d817 commit dfc76e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/linalg/dpnp_utils_linalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2527,7 +2527,7 @@ def dpnp_lu_solve(lu, piv, b, trans=0, overwrite_b=False, check_finite=True):
25272527
_manager = dpu.SequentialOrderManager[exec_q]
25282528
dep_evs = _manager.submitted_events
25292529

2530-
# oneMKL LAPACK getrf overwrites `lu`.
2530+
# oneMKL LAPACK getrs overwrites `lu`.
25312531
lu_h = dpnp.empty_like(lu, order="F", dtype=res_type, usm_type=res_usm_type)
25322532

25332533
# use DPCTL tensor function to fill the сopy of the input array

0 commit comments

Comments
 (0)