Skip to content

Commit

Permalink
Remove data sync at the end of function
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy committed Jul 9, 2024
1 parent b527f77 commit dc5e776
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dpnp/dpnp_iface_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,6 @@ def place(a, mask, vals):
usm_vals = dpt.astype(usm_vals, usm_a.dtype, casting="safe", copy=False)

dpt.place(usm_a, usm_mask, usm_vals)
dpnp.synchronize_array_data(usm_a)


def put(a, ind, v, /, *, axis=None, mode="wrap"):
Expand Down

0 comments on commit dc5e776

Please sign in to comment.