cuda.core._memory._ipc.IPCBufferDescriptor#

class cuda.core._memory._ipc.IPCBufferDescriptor(*arg, **kwargs)#

Serializable object describing a buffer that can be shared between processes.

Note

The payload and size fields are controlled by the exporting peer. Receivers must treat them as untrusted and import only through Buffer.from_ipc_descriptor().

Methods

__init__(*args, **kwargs)#

Attributes

size#