ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Copy a range of memory from the host to this device.
[ILNumerics Core Module]
Namespace: ILNumerics.Core.DeviceManagement
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
public abstract void CopyFromHost( MemoryHandle hostHandle, MemoryHandle deviceHandle, IntPtr offset, IntPtr length )
Parameters
- hostHandle
- Type: ILNumerics.Core.MemoryLayerMemoryHandle
Memory handle to host device. - deviceHandle
- Type: ILNumerics.Core.MemoryLayerMemoryHandle
Memory handle to device memory. - offset
- Type: SystemIntPtr
Offset of the first byte to read. - length
- Type: SystemIntPtr
Number of bytes to copy.
Remarks
[ILNumerics Core Module]
See Also