ILNumerics Ultimate VS

Device Methods

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The Device type exposes the following members.

Methods

  NameDescription
Public methodCopy
Copy memory onto the same device.

[ILNumerics Core Module]

Public methodCopyFromHost
Copy a range of memory from the host to this device.

[ILNumerics Core Module]

Public methodCopyToHost
Copies a block of bytes from this device to the host memory. Blocking operation. Memory barrier for related handles.

[ILNumerics Core Module]

Public methodEnsureBuffer
Protected methodGetMaxComputeUnits
Returns the maximum number of compute units for this device. Used for initializing the device.

[ILNumerics Core Module]

Public methodGetValueT
Read a single value of type T from the memory position handle on this device.

[ILNumerics Core Module]

Public methodIsLowMemory
Informs about the current system health, memory related. Derived classes implement device specific measures. This base implementation always returns false.

[ILNumerics Core Module]

Public methodNewT
Allocate new memory for the given number of elements.

[ILNumerics Core Module]

Public methodSetValueT
Store the value at the memory with element position index on this device.

[ILNumerics Core Module]

Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference