xorbitsai / xoscar

Python actor framework for heterogeneous computing.
https://xoscar.dev
Apache License 2.0
91 stars 21 forks source link

FEAT: Support pygloo in collective communication #38

Closed YibinLiu666 closed 1 year ago

YibinLiu666 commented 1 year ago

What do these changes do?

Related issue number

Related #22

Check code requirements

codecov[bot] commented 1 year ago

Codecov Report

Merging #38 (02869a8) into main (892e1c5) will decrease coverage by 0.07%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #38      +/-   ##
==========================================
- Coverage   93.85%   93.78%   -0.07%     
==========================================
  Files          43       42       -1     
  Lines        3399     3361      -38     
  Branches      675      672       -3     
==========================================
- Hits         3190     3152      -38     
  Misses        138      138              
  Partials       71       71              
Flag Coverage Δ
unittests 93.63% <ø> (-0.08%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

ChengjieLi28 commented 1 year ago

Also, we need to support all_to_all bind.

YibinLiu666 commented 1 year ago

Also, we need to support all_to_all bind.

Implemented