Skip to content

Commit

Permalink
update third party
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Jul 30, 2024
1 parent c6384d7 commit 8f87dc9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ pull_request_rules:
- check-success=build_test_job (ubuntu-latest, 3.9, xoscar)
- check-success=build_test_job (ubuntu-latest, 3.10, xoscar)
- check-success=build_test_job (ubuntu-latest, 3.11, xoscar)
- check-success=build_test_job (macos-13, 3.8, xoscar)
- check-success=build_test_job (macos-13, 3.11, xoscar)
- check-success=build_test_job (macos-latest, 3.8, xoscar)
- check-success=build_test_job (macos-latest, 3.11, xoscar)
- check-success=build_test_job (windows-latest, 3.8, xoscar)
- check-success=build_test_job (windows-latest, 3.11, xoscar)
- check-success=codecov/project
Expand Down
2 changes: 1 addition & 1 deletion third_party/fmt
Submodule fmt updated 184 files
2 changes: 1 addition & 1 deletion third_party/gloo
Submodule gloo updated 55 files
+4 −99 cmake/Hip.cmake
+4 −4 gloo/allgather.h
+23 −23 gloo/allgatherv.cc
+10 −10 gloo/allgatherv.h
+0 −1 gloo/allreduce.cc
+5 −5 gloo/alltoall.h
+19 −19 gloo/alltoallv.cc
+5 −5 gloo/alltoallv.h
+5 −5 gloo/barrier.h
+12 −12 gloo/broadcast.h
+3 −0 gloo/common/CMakeLists.txt
+30 −0 gloo/common/store.h
+33 −0 gloo/common/utils.cc
+17 −0 gloo/common/utils.h
+2 −2 gloo/context.cc
+2 −2 gloo/cuda_allreduce_bcube.h
+3 −3 gloo/cuda_allreduce_halving_doubling.h
+2 −2 gloo/cuda_allreduce_ring.h
+2 −2 gloo/cuda_allreduce_ring_chunked.h
+6 −6 gloo/gather.h
+22 −22 gloo/gatherv.cc
+10 −10 gloo/gatherv.h
+9 −5 gloo/mpi/example/main_unmanaged.cc
+14 −14 gloo/reduce.h
+4 −83 gloo/rendezvous/context.cc
+2 −2 gloo/rendezvous/context.h
+0 −2 gloo/rendezvous/redis_store.cc
+0 −4 gloo/rendezvous/store.cc
+3 −2 gloo/rendezvous/store.h
+6 −6 gloo/scatter.h
+31 −26 gloo/test/base_test.h
+4 −4 gloo/test/math_test.cc
+0 −1 gloo/test/reduce_scatter_test.cc
+0 −8 gloo/test/scatter_test.cc
+0 −3 gloo/test/transport_test.cc
+1 −0 gloo/transport/address.h
+78 −2 gloo/transport/context.cc
+17 −12 gloo/transport/context.h
+2 −0 gloo/transport/ibverbs/address.h
+0 −2 gloo/transport/ibverbs/buffer.cc
+0 −2 gloo/transport/ibverbs/device.cc
+7 −1 gloo/transport/ibverbs/pair.cc
+2 −0 gloo/transport/ibverbs/pair.h
+2 −0 gloo/transport/pair.h
+1 −0 gloo/transport/tcp/address.cc
+187 −0 gloo/transport/tcp/context.cc
+34 −0 gloo/transport/tcp/context.h
+1 −1 gloo/transport/tcp/listener.h
+7 −3 gloo/transport/tcp/pair.cc
+4 −2 gloo/transport/tcp/pair.h
+2 −2 gloo/transport/tcp/tls/context.cc
+3 −3 gloo/transport/uv/libuv.h
+5 −0 gloo/transport/uv/pair.cc
+2 −0 gloo/transport/uv/pair.h
+1 −1 tools/amd_build/pyHIPIFY/hipify_python.py
2 changes: 1 addition & 1 deletion third_party/libuv
Submodule libuv updated 292 files
2 changes: 1 addition & 1 deletion third_party/pybind11
Submodule pybind11 updated 174 files

0 comments on commit 8f87dc9

Please sign in to comment.