Commit 881c2cc
Update Gloo submodule (pytorch#164371)
Update Gloo submodule (pytorch#163112)
Which makes PyTorch buildable with gcc-15, tested by running the build inside `fedora:44` docker
```
docker run --rm -it fedora:44 bash -c "yum install -y g++ python3-devel git; git clone https://github.com/pytorch/pytorch; cd pytorch; git checkout 8f710ac; python3 -mpip install -r requirements.txt; python3 setup.py bdist_wheel"
```
Fixes pytorch#156595
Pull Request resolved: pytorch#163112
Approved by: https://github.com/huydhn
(cherry picked from commit 65845d7)
Co-authored-by: Nikita Shulga <[email protected]>1 parent 764f655 commit 881c2cc
1 file changed
+1
-1
lines changed- gloo/context.h+6
- gloo/test/CMakeLists.txt+1
- gloo/test/base_test.cc+6
- gloo/test/base_test.h+1
- gloo/test/remote_key_test.cc+176
- gloo/transport/CMakeLists.txt+1
- gloo/transport/context.h+5
- gloo/transport/ibverbs/CMakeLists.txt+2
- gloo/transport/ibverbs/context.cc+6
- gloo/transport/ibverbs/context.h+3
- gloo/transport/ibverbs/pair.cc+152-26
- gloo/transport/ibverbs/pair.h+16
- gloo/transport/ibverbs/remote_key.cc+47
- gloo/transport/ibverbs/remote_key.h+32
- gloo/transport/ibverbs/unbound_buffer.cc+32-2
- gloo/transport/ibverbs/unbound_buffer.h+20
- gloo/transport/pair.h+20
- gloo/transport/remote_key.h+21
- gloo/transport/tcp/pair.cc+4-1
- gloo/transport/unbound_buffer.h+32
- gloo/types.h+2-1
0 commit comments