aclrtQueryEvent (Deprecated)

Note: This API will be deprecated in future releases. Use aclrtQueryEventStatus instead.

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Description

Queries whether the events recorded by aclrtRecordEvent in the same thread as this API are executed.

Prototype

1
aclError aclrtQueryEvent(aclrtEvent event, aclrtEventStatus *status)

Parameters

Parameter

Input/Output

Description

event

Input

Event to query. For details about the type definition, see aclrtEvent.

status

Output

Pointer to the event status. For details about the type definition, see aclrtEventStatus.

Returns

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