Function: synchronize_event

Applicability

Product

Supported (√/x)

Atlas A3 training products / Atlas A3 inference products

Atlas A2 training products / Atlas A2 inference products

Atlas training products

Atlas inference products

Atlas 200I/500 A2 inference products

Function Usage

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

Prototype

  • C Prototype
    1
    aclError aclrtSynchronizeEvent(aclrtEvent event)
    
  • Python Function
    1
    ret = acl.rt.synchronize_event(event)
    

Parameter Description

Parameter

Description

event

Int, event object pointer address to be waited for.

Return Value Description

Return Value

Description

ret

Int, error code: 0 on success; else, failure.

Reference

For the API call example, see Event Synchronization.