_XAie_PartitionIsolationInitialize - 2024.1 English

AI Engine System Software Driver Reference Manual (UG1642)

Document ID
UG1642
Release Date
2024-05-30
Version
2024.1 English

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.

Table 1. _XAie_PartitionIsolationInitialize Arguments
Type Member Description
XAie_DevInst * DevInst Global AIE device instance pointer.

Returns

XAIE_OK on success and error code on failure.