aclrtGetThreadLastTaskId

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

Obtains the ID of the last task delivered by the current thread.

Prototype

aclError aclrtGetThreadLastTaskId(uint32_t *taskId)

Parameters

Parameter

Input/Output

Description

taskId

Output

ID of the last task delivered by the current thread.

The task here indicates the one delivered by the stream explicitly created by the user.

Returns

0 on success; else, failure. For details, see aclError.