aclrtQueryEventWaitStatus

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

Queries whether the tasks awaiting in an event are completed after aclrtStreamWaitEvent call.

Prototype

aclError aclrtQueryEventWaitStatus(aclrtEvent event, aclrtEventWaitStatus *status)

Parameters

Parameter

Input/Output

Description

event

Input

Event to query.

status

Output

Pointer to the event status.

Returns

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

Restrictions

Events created using the aclrtCreateEventExWithFlag API cannot be called to this API.