Synchronize the current process.
(self, device: Union[torch.device, int] = None)
| 55 | raise RuntimeError("this method is not supported for cpu accelerator") |
| 56 | |
| 57 | def synchronize(self, device: Union[torch.device, int] = None): |
| 58 | """ |
| 59 | Synchronize the current process. |
| 60 | """ |
| 61 | raise RuntimeError("this method is not supported for cpu accelerator") |
| 62 | |
| 63 | def is_available(self): |
| 64 | """ |
no outgoing calls