memcpy based on unified-addressing
Simplify memcpy trait before try to implement async memcpy #4
- Rewrite
Memcpytrait implementations using auto-detection by cuMemcpy andCU_MEMORYTYPE_UNIFIEDfor cuMemcpy3D- Each memories (e.g.
DeviceMemory) will be casted into a Rust slice to share the implementation
- Each memories (e.g.
- Remove
Managedtrait
Edited by termoshtt