Enum CudaDeviceLimit
Identifies CUDA runtime device limits that affect device-side execution behavior. 标识影响设备端执行行为的 CUDA runtime device limit。
public enum CudaDeviceLimit
Fields
DevRuntimePendingLaunchCount = 4Maximum pending launch count for device runtime launches. 设备端 runtime launch 的最大 pending launch 数量。
DevRuntimeSyncDepth = 3Device runtime synchronization depth. 设备端 runtime 同步深度。
MallocHeapSize = 2Device-side malloc heap size. 设备端 malloc 堆大小。
MaxL2FetchGranularity = 5Maximum L2 fetch granularity. 最大 L2 fetch 粒度。
PersistingL2CacheSize = 6Persisting L2 cache size. 持久化 L2 cache 大小。
PrintfFifoSize = 1FIFO size used by device-side printf. 设备端 printf 使用的 FIFO 大小。
StackSize = 0Device runtime stack size for each GPU thread. 每个 GPU 线程的设备端 runtime 栈大小。