This is the memory function to detach user allocated memory from the AI Engine partition device instance.
Prototype
AieRC XAie_MemDetach(XAie_MemInst *MemInst);
Parameters
The following table lists the XAie_MemDetach
function arguments.
Type | Member | Description |
---|---|---|
XAie_MemInst * | MemInst | Memory Instance |
Returns
XAIE_OK
for success, and error code
for failure.