aclrtSynchronizeStream
Applicable Products
|
Product |
Supported |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function
Blocks the current thread on the host until all tasks in the specified stream are complete.
Prototype
1
|
aclError aclrtSynchronizeStream(aclrtStream stream) |
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
stream |
Input |
Stream in which all tasks need to be completed. For details about the type definition, see aclrtStream. |
Returns
0 on success; otherwise, failure. For details, see aclError.
Restrictions
Streams created by calling aclrtCreateStreamWithConfig with flag set to ACL_STREAM_PERSISTENT, ACL_STREAM_DEVICE_USE_ONLY, or ACL_STREAM_CPU_SCHEDULE do not trigger any logic execution. The API returns success immediately.