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
sizefields are controlled by the exporting peer. Receivers must treat them as untrusted and import only throughBuffer.from_ipc_descriptor().Methods
- __init__(*args, **kwargs)#
Attributes
- size#