ILNumerics Ultimate VS

DeviceGetMaxComputeUnits Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Returns the maximum number of compute units for this device. Used for initializing the 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

protected abstract uint GetMaxComputeUnits()

Return Value

Type: UInt32
Maximum number of compute units as provided by device specific property function.
Remarks

[ILNumerics Core Module]

See Also

Reference