Open
Description
🚀 Feature
A feature request to add kwargs to idist.barrier
.
- Verify if all supported backends now can accept additional args to their
barrier
methods - Add kwargs and route it to backend implementations
- warn if kwargs are specified but can not be used by the backend
- Update documentation
- Add test