.bazelrc
.gitignore
LICENSE
README.md
WORKSPACE
__init__.py
build_wheels.sh
format.sh
setup.py
.github/workflows/ubuntu_basic.yml
pygloo/BUILD
pygloo/main.cc
pygloo/include/collective.h
pygloo/include/rendezvous.h
pygloo/include/transport.h
pygloo/src/allgather.cc
pygloo/src/allreduce.cc
pygloo/src/barrier.cc
pygloo/src/broadcast.cc
pygloo/src/gather.cc
pygloo/src/recv.cc
pygloo/src/reduce.cc
pygloo/src/reduce_scatter.cc
pygloo/src/rendezvous.cc
pygloo/src/scatter.cc
pygloo/src/send.cc
pygloo/src/transport.cc
pygloo_rec.egg-info/PKG-INFO
pygloo_rec.egg-info/SOURCES.txt
pygloo_rec.egg-info/dependency_links.txt
pygloo_rec.egg-info/not-zip-safe
pygloo_rec.egg-info/top_level.txt
tests/test_allgather.py
tests/test_allreduce.py
tests/test_barrier.py
tests/test_broadcast.py
tests/test_custom_store.py
tests/test_gather.py
tests/test_redis.py
tests/test_reduce.py
tests/test_reduce_scatter.py
tests/test_scatter.py
tests/test_send_recv.py