Skip to content

v0.2

Latest
Compare
Choose a tag to compare
@bobzhuyb bobzhuyb released this 19 Feb 23:44
· 71 commits to master since this release
536dd85

0.2.0 (2020-02)

  • Re-implementing the RDMA transport and largely improve RDMA performance
  • Add IPC support intra-server communication.
  • Fix a hanging bug in BytePS server.
  • Fix RDMA-related segmentation fault problem during fork() (e.g., used by PyTorch data loader).
  • New feature: Enable mixing use of colocate and non-colocate servers, along with a smart tensor allocation strategy.
  • New feature: Add bpslaunch as the command to launch tasks.
  • Add support for pip install: pip3 install byteps
  • Updated documents and example docker images