Function: synchronize_device

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 app execution until the compute device has completed all preceding requested tasks.

In multi-device scenarios, this API is called to wait for the device of the current context.

Prototype

  • C Prototype
    1
    aclError aclrtSynchronizeDevice(void)
    
  • Python Function
    1
    ret = acl.rt.synchronize_device()
    

Parameter Description

None.

Return Value Description

Return Value

Description

ret

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

Reference