aclrtSynchronizeEvent

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

Blocks the current thread until all tasks captured in an event are completed. For more details, see aclrtRecordEvent.

Prototype

aclError aclrtSynchronizeEvent(aclrtEvent event)

Parameters

Parameter

Input/Output

Description

event

Input

Event to wait on.

Returns

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

See Also

For the API call example, see Synchronous Wait of an Event.