Skip to content

Commit ce878e6

Browse files
Remove TODO
1 parent d306e5e commit ce878e6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dpnp/linalg/dpnp_utils_linalg.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2875,12 +2875,6 @@ def dpnp_solve(a, b):
28752875
_manager = dpu.SequentialOrderManager[exec_q]
28762876
dep_evs = _manager.submitted_events
28772877

2878-
# TODO: remove after PR #2558 is merged
2879-
# Temporarily set trans_code=1 (transpose) because the LU-factorized
2880-
# array is C-contiguous.
2881-
# For F-contiguous arrays use 0 (non-transpose)
2882-
trans_code = 1
2883-
28842878
# use DPCTL tensor function to fill the сopy of the input array
28852879
# from the input array
28862880
ht_ev, a_copy_ev = ti._copy_usm_ndarray_into_usm_ndarray(

0 commit comments

Comments
 (0)