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
What should I do to copy it to DeviceBox and back from DeviceBox after the kernel finishes? Things like let dev_results = DeviceBox::new(&lb_some_result).unwrap();
are not working.
The text was updated successfully, but these errors were encountered:
Could you please give some examples how to use LockedBox?
I have a code like this:
What should I do to copy it to DeviceBox and back from DeviceBox after the kernel finishes? Things like
let dev_results = DeviceBox::new(&lb_some_result).unwrap();
are not working.
The text was updated successfully, but these errors were encountered: