(
self,
group: DistributedProcessGroup | None = None,
**kwargs,
)
| 83 | |
| 84 | @abstractmethod |
| 85 | def barrier( |
| 86 | self, |
| 87 | group: DistributedProcessGroup | None = None, |
| 88 | **kwargs, |
| 89 | ): |
| 90 | raise NotImplementedError |
| 91 | |
| 92 | @abstractmethod |
| 93 | def new_group( |
no outgoing calls