Enum CUFuncCache
Function cache configurations
Namespace: ManagedCuda.BasicTypes
Assembly: ManagedCuda.dll
Syntax
public enum CUFuncCache
Fields
| Name | Description |
|---|---|
| PreferEqual | Function prefers equal sized L1 cache and shared memory. |
| PreferL1 | Function prefers larger L1 cache and smaller shared memory. |
| PreferNone | No preference for shared memory or L1 (default) |
| PreferShared | Function prefers larger shared memory and smaller L1 cache. |