Enum cudaFuncCache
CUDA function cache configurations
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[IntrinsicType("cudaFuncCache")]
public enum cudaFuncCache
Fields
| Name | Description |
|---|---|
| cudaFuncCachePreferL1 = 2 | Prefer larger L1 cache and smaller shared memory |
| cudaFuncCachePreferNone = 0 | Default function cache configuration, no preference |
| cudaFuncCachePreferShared = 1 | Prefer larger shared memory and smaller L1 cache |