unified-memory-framework
unified-memory-framework copied to clipboard
Extend UMF IPC API to allow retrieving native IPC handle from UMF IPC handle.
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