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

Extend documentation for memory providers

Open vinser52 opened this issue 1 year ago • 0 comments

Description

  • Today Memory provider API section contains only APIs from the memory_provider.h header.
  • But also we should describe the umf_memory_provider_ops_t structure. It contains mandatory and optional interfaces (callbacks to implementation).
  • Each memory provider implementation should describe which interfaces it implements. For example, L0 provider implements IPC but does not implement umf_memory_provider_ext_ops_t.

vinser52 avatar Apr 11 '24 13:04 vinser52