Enum cudaLimit
CUDA Limits
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
public enum cudaLimit
Fields
| Name | Description |
|---|---|
| cudaLimitDevRuntimePendingLaunchCount = 4 | GPU device runtime pending launch count |
| cudaLimitDevRuntimeSyncDepth = 3 | GPU device runtime synchronize depth |
| cudaLimitMallocHeapSize = 2 | GPU malloc heap size |
| cudaLimitMaxL2FetchGranularity = 5 | A value between 0 and 128 that indicates the maximum fetch granularity of L2 (in Bytes). This is a hint |
| cudaLimitPrintfFifoSize = 1 | GPU printf/fprintf FIFO size |
| cudaLimitStackSize = 0 | GPU thread stack size |