ILNumerics - Technical Application Development
Top
The HostDevice type exposes the following members.
Methods
Name | Description | |
---|---|---|
Copy(IntPtr, IntPtr, IntPtr) |
Copy memory from source to dest, both from hosts virtual memory.
[ILNumerics Core Module] | |
Copy(MemoryHandle, MemoryHandle, IntPtr, IntPtr) |
Copy memory from source to dest, both from hosts virtual memory.
(Overrides DeviceCopy(MemoryHandle, MemoryHandle, IntPtr, IntPtr).)[ILNumerics Core Module] | |
CopyFromHost | (Overrides DeviceCopyFromHost(MemoryHandle, MemoryHandle, IntPtr, IntPtr).) | |
CopyToHost | (Overrides DeviceCopyToHost(MemoryHandle, MemoryHandle, IntPtr, IntPtr).) | |
EnsureBuffer |
Make sure up to-date data are available on the host memory (as NativeHostHandle).
(Overrides DeviceEnsureBuffer(CountableArray).)[ILNumerics Core Module] | |
GetValueT |
Read a single value of type T from the element position index on this device.
(Overrides DeviceGetValueT(MemoryHandle, UInt64).)[ILNumerics Core Module] | |
IsLowMemory | (Overrides DeviceIsLowMemory.) | |
NewT |
Acquire a memory handle / array from this pool or create a new one. This class allows T to be a reference type.
(Overrides DeviceNewT(UInt64, Boolean).)[ILNumerics Core Module] | |
SetValueT |
Store the value at the memory with element position index on this device.
(Overrides DeviceSetValueT(T, MemoryHandle, UInt64).)[ILNumerics Core Module] | |
ToString | (Inherited from Device.) |
See Also