ILNumerics - Technical Application Development
Top
The Device type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Copy |
Copy memory onto the same device.
[ILNumerics Core Module] | |
| CopyFromHost |
Copy a range of memory from the host to this device.
[ILNumerics Core Module] | |
| CopyToHost |
Copies a block of bytes from this device to the host memory. Blocking operation. Memory barrier for related handles.
[ILNumerics Core Module] | |
| EnsureBuffer | ||
| GetMaxComputeUnits |
Returns the maximum number of compute units for this device. Used for initializing the device.
[ILNumerics Core Module] | |
| GetValueT |
Read a single value of type T from the memory position handle on this device.
[ILNumerics Core Module] | |
| IsLowMemory |
Informs about the current system health, memory related. Derived classes implement device specific measures. This base implementation always returns false.
[ILNumerics Core Module] | |
| NewT |
Allocate new memory for the given number of elements.
[ILNumerics Core Module] | |
| SetValueT |
Store the value at the memory with element position index on this device.
[ILNumerics Core Module] | |
| ToString | (Overrides ObjectToString.) |
See Also