unified-memory-framework icon indicating copy to clipboard operation
unified-memory-framework copied to clipboard

Extend UMF IPC API to allow retrieving native IPC handle from UMF IPC handle.

Open vinser52 opened this issue 1 year ago • 0 comments

Description

PR #88 introduces initial support for IPC functionality. UMF IPC handle implementation is a wrapper (with additional metadata) on top of native memory provider-specific IPC handle. Client needs an ability to get native IPC handle (returned by memory provider) from UMF IPC handle.

API Changes

Add new API. TBD

Implementation details

TBD

vinser52 avatar Apr 05 '24 12:04 vinser52