Show / Hide Table of Contents

Enum ResidentArrayStatus

Memory status of resident array IResidentArray

Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[Guid("BD8F8FC3-29A8-4FA8-A5CF-8D6A42A3EFFB")]
public enum ResidentArrayStatus

Fields

Name Description
DeviceNeedsRefresh = 1

Host memory has changed and not propagated to device

HostNeedsRefresh = 2

device memory has changed and not propagated to host

NoAction = 0

device and host are up-to-date

Back to top Generated by DocFX