ReleaseMutexID (ISASI)

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

x

Atlas A2 training product/Atlas A2 inference product

x

Atlas 200I/500 A2 inference product

x

Atlas inference product AI Core

x

Atlas inference product Vector Core

x

Atlas training product

x

Function Usage

Releases a MutexID from the framework. It is used together with AllocMutexID.

Prototype

1
__aicore__ inline void ReleaseMutexID(MutexID id)

Parameters

Table 1 Parameters

Parameter

Input/Output

Description

id

Input

Mutex ID type. The mutex ID obtained by calling AllocMutexID must be passed.

Returns

None

Constraints

None

Example

For details, see Example.