We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d306e5e commit ce878e6Copy full SHA for ce878e6
dpnp/linalg/dpnp_utils_linalg.py
@@ -2875,12 +2875,6 @@ def dpnp_solve(a, b):
2875
_manager = dpu.SequentialOrderManager[exec_q]
2876
dep_evs = _manager.submitted_events
2877
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
-
2884
# use DPCTL tensor function to fill the сopy of the input array
2885
# from the input array
2886
ht_ev, a_copy_ev = ti._copy_usm_ndarray_into_usm_ndarray(
0 commit comments