A container for managing the lifetime of a DeviceMemory allocation exported for
reading and/or writing by other processes with access to the allocation's associated Device.
An object with the device ordinal, the 64-bit IPC handle (as a JavaScript Array of
octets), byte offset (if applicable) into the exported DeviceMemory, byte length of
the IPC segment.
byteLength: number
byteOffset: number
device: number
handle: number[]
toString
toString(): string
summary
JSON-stringified details describing the exported DeviceMemory and CUDA IPC
handle.
Returns string
The result of calling JSON.stringify(this.toJSON())
A container for managing the lifetime of a DeviceMemory allocation exported for reading and/or writing by other processes with access to the allocation's associated Device.