You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// try async copy, but if not possible, we can still use a sync copy without synchronizing the dst backend, since we handle the synchronization here with multiple copies and events
1781
+
// TODO: add public function to facilitate this, since applications do not have direct access to the backend interface
1782
+
if (!split_backend->iface.cpy_tensor_async|| !split_backend->iface.cpy_tensor_async(input_backend, split_backend, input, input_cpy)) {
0 commit comments