cuda.core.WorkqueueResourceOptions#
- class cuda.core.WorkqueueResourceOptions( )#
Customizable
WorkqueueResource.configureoptions.- sharing_scope#
Workqueue sharing scope. Accepted values:
"device_ctx"or"green_ctx_balanced". (Default toNone)- Type:
str, optional
- concurrency_limit#
Expected maximum number of concurrent stream-ordered workloads. Must be
>= 1when set. The effective driver-side cap isCUDA_DEVICE_MAX_CONNECTIONS(typically[1, 32]); configurations may exceed this cap, but the driver will not guarantee that work submission remains non-overlapping. (Default toNone)- Type:
int, optional