aclrtTaskUpdateAsync

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

Refreshes the information about a target task. This API is asynchronous.

Prototype

aclError aclrtTaskUpdateAsync(aclrtStream taskStream, uint32_t taskId, aclrtTaskUpdateInfo *info, aclrtStream execStream)

Parameters

Parameter

Input/Output

Description

taskStream

Input

Stream where the target task is located.

Only a stream bound to the model is supported. To bind a stream to the model, call the aclmdlRIBindStream API.

taskId

Input

ID of the target task.

Call aclrtGetThreadLastTaskId to obtain the task ID.

info

Input

Configuration information.

execStream

Input

Stream for executing the refresh task.

Returns

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