sync
- Module.sync()
Waits for the completion of all preceding tasks in the stream that is related to the module.
Note
If the
auto_yieldparameter was set toTruewhen initializing theStreamobject via the constructor, the IPU resources used by this stream will be automatically released after this method completes.