ILNumerics Ultimate VS

HostDeviceEnsureBuffer Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Make sure up to-date data are available on the host memory (as NativeHostHandle).

[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 override void EnsureBuffer(
	CountableArray array
)

Parameters

array
Type: ILNumerics.CoreCountableArray
The array of handles whose data existence needs to be ensured for the host memory.
Remarks

[ILNumerics Core Module]

See Also

Reference