Skip to content

Commit 9714728

Browse files
Pass depends correctly
1 parent 6005cbf commit 9714728

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpnp/linalg/dpnp_utils_linalg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2470,6 +2470,7 @@ def dpnp_lu_factor(a, overwrite_a=False, check_finite=True):
24702470
depends=_manager.submitted_events,
24712471
)
24722472
_manager.add_event_pair(ht_ev, dep_ev)
2473+
dep_ev = [dep_ev]
24732474
else:
24742475
# input is suitable for in-place modification
24752476
a_h = a

0 commit comments

Comments
 (0)