Skip to content

Commit 897b14d

Browse files
committed
Remove superfluous wait in clip
1 parent a44fb2f commit 897b14d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dpctl/tensor/_clip.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ def _clip_none(x, val, out, order, _binary_fn):
206206
)
207207
_manager.add_event_pair(ht_copy_out_ev, copy_ev)
208208
out = orig_out
209-
ht_binary_ev.wait()
210209
return out
211210
else:
212211
if order == "K":

0 commit comments

Comments
 (0)