RustaCUDA icon indicating copy to clipboard operation
RustaCUDA copied to clipboard

`LockedBox` is missing; there is no way to asynchronously memcpy `DeviceBox` D2H or H2D

Open WilliamVenner opened this issue 2 years ago • 0 comments

Maybe this is by design, but there is currently no way to asynchronously memcpy DeviceBox

DeviceBox's AsyncCopyDestination implementation only allows for device-to-device copies, there is no way to do a device-to-host or host-to-device asynchronous memcpy for a DeviceBox.

WilliamVenner avatar Apr 11 '22 18:04 WilliamVenner