You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Description
The text was updated successfully, but these errors were encountered: