Enum ConstantLocation
constant memory location HybridConstantAttribute
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
public enum ConstantLocation
Fields
| Name | Description |
|---|---|
| ConstantMemory = 0 | Constant memory |
| GlobalMemory = 1 | global memory |
| LocalDeclaration = 2 | reserved |