This is the API to setup the AI Engine partition initialization. It is supposed to be called after the partition resets.
Note: This is a temporary wrapper. Users should migrate to use partition initialize function instead. This function will be deprecated in the future.
Prototype
AieRC _XAie_PartitionIsolationInitialize(XAie_DevInst *DevInst);
Parameters
The following table lists the _XAie_PartitionIsolationInitialize
function arguments.
Type | Member | Description |
---|---|---|
XAie_DevInst * | DevInst | Global AIE device instance pointer. |
Returns
XAIE_OK
on success and error code on
failure.