cuda.core.utils.MemcpySrcAccessOrder#

class cuda.core.utils.MemcpySrcAccessOrder(
value,
names=<not given>,
*values,
module=None,
qualname=None,
type=None,
start=1,
boundary=None,
)#

Source access order hint for batched memcpy operations.

Maps to CUmemcpySrcAccessOrder. The INVALID and MAX sentinel values from the driver enum are excluded from the public Python surface.

STREAM: stream

Source access order hint for batched memcpy operations. Maps to CUmemcpySrcAccessOrder. The INVALID and MAX sentinel values from the driver enum are excluded from the public Python surface.

DURING_API_CALL: during_api_call

Source access order hint for batched memcpy operations. Maps to CUmemcpySrcAccessOrder. The INVALID and MAX sentinel values from the driver enum are excluded from the public Python surface.

ANY: any

Source access order hint for batched memcpy operations. Maps to CUmemcpySrcAccessOrder. The INVALID and MAX sentinel values from the driver enum are excluded from the public Python surface.