aclrtTaskUpdateAsync
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
☓ |
|
√ |
|
☓ |
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.
Parent topic: Execution Control