Enum CUMemoryType
Memory types
Namespace: ManagedCuda.BasicTypes
Assembly: ManagedCuda.dll
Syntax
public enum CUMemoryType : uint
Fields
| Name | Description |
|---|---|
| Array | Array memory |
| Device | Device memory |
| Host | Host memory |
| Unified | Unified device or host memory |