Function: synchronize_device
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
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
1aclError aclrtSynchronizeDevice(void)
- Python Function
1ret = acl.rt.synchronize_device()
Parameter Description
None.
Return Value Description
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code: 0 on success; else, failure. |
Parent topic: Device Management