Table of Contents

Enum CudaDeviceLimit

Namespace
JYPPX.CudaSharp
Assembly
JYPPX.CudaSharp.dll

Identifies CUDA runtime device limits that affect device-side execution behavior. 标识影响设备端执行行为的 CUDA runtime device limit。

public enum CudaDeviceLimit

Fields

DevRuntimePendingLaunchCount = 4

Maximum pending launch count for device runtime launches. 设备端 runtime launch 的最大 pending launch 数量。

DevRuntimeSyncDepth = 3

Device runtime synchronization depth. 设备端 runtime 同步深度。

MallocHeapSize = 2

Device-side malloc heap size. 设备端 malloc 堆大小。

MaxL2FetchGranularity = 5

Maximum L2 fetch granularity. 最大 L2 fetch 粒度。

PersistingL2CacheSize = 6

Persisting L2 cache size. 持久化 L2 cache 大小。

PrintfFifoSize = 1

FIFO size used by device-side printf. 设备端 printf 使用的 FIFO 大小。

StackSize = 0

Device runtime stack size for each GPU thread. 每个 GPU 线程的设备端 runtime 栈大小。