Expand description
Runtime-API IPC — share events and device allocations between
processes. Linux-primary; Windows returns NOT_SUPPORTED or
similar on most paths.
Functions§
- event_
get_ handle - Export a CUDA event for sharing with another process.
- event_
open_ handle - Open a peer-exported event handle into a raw
cudaEvent_t. - mem_
close_ handle - Release a peer-imported memory handle.
- mem_
get_ handle - Export a device allocation’s pointer for peer-process import.
- mem_
open_ handle - Open a peer-exported memory handle. The returned pointer is valid in the current process’s default device context.