Wait for the cuda streams used by the communicator to finish their operations.
(self)
| 820 | topK) |
| 821 | |
| 822 | def wait(self): |
| 823 | """Wait for the cuda streams used by the communicator to finish their operations.""" |
| 824 | self.communicator.wait() |
| 825 | |
| 826 | def backward_and_update(self, loss, threshold=2097152): |
| 827 | """Performs backward propagation from the loss and parameter update. |
no outgoing calls
no test coverage detected