This is the API to finish the AI Engine partition that releases the occupied AI Engine resources.
Prototype
AieRC XAie_Finish(XAie_DevInst *DevInst);
Parameters
The following table lists the XAie_Finish
function arguments.
Type | Member | Description |
---|---|---|
XAie_DevInst * | DevInst | Global AIE device instance pointer. |
Returns
XAIE_OK
on success and error code on
failure.