Enum CUJITCacheMode
Caching modes for dlcm
Namespace: ManagedCuda.BasicTypes
Assembly: ManagedCuda.dll
Syntax
public enum CUJITCacheMode
Fields
Name | Description |
---|---|
Ca | Compile with L1 cache enabled |
Cg | Compile with L1 cache disabled |
None | Compile with no -dlcm flag specified |