mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
submodules: point gloo to new home in pytorch/ (#152438)
Gloo moved to the PyTorch GitHub org. This updates PyTorch to point to the new location. https://github.com/pytorch/gloo Test plan: CI Pull Request resolved: https://github.com/pytorch/pytorch/pull/152438 Approved by: https://github.com/fduwjj
This commit is contained in:
parent
0a2d3206a8
commit
c039cb1a06
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -25,7 +25,7 @@
|
||||||
[submodule "third_party/gloo"]
|
[submodule "third_party/gloo"]
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
path = third_party/gloo
|
path = third_party/gloo
|
||||||
url = https://github.com/facebookincubator/gloo
|
url = https://github.com/pytorch/gloo
|
||||||
[submodule "third_party/NNPACK_deps/pthreadpool"]
|
[submodule "third_party/NNPACK_deps/pthreadpool"]
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
path = third_party/pthreadpool
|
path = third_party/pthreadpool
|
||||||
|
|
|
||||||
|
|
@ -1239,7 +1239,7 @@ if(USE_GLOO)
|
||||||
endif()
|
endif()
|
||||||
if(USE_NCCL AND NOT USE_SYSTEM_NCCL)
|
if(USE_NCCL AND NOT USE_SYSTEM_NCCL)
|
||||||
# Tell Gloo build system to use bundled NCCL, see
|
# Tell Gloo build system to use bundled NCCL, see
|
||||||
# https://github.com/facebookincubator/gloo/blob/950c0e23819779a9e0c70b861db4c52b31d1d1b2/cmake/Dependencies.cmake#L123
|
# https://github.com/pytorch/gloo/blob/950c0e23819779a9e0c70b861db4c52b31d1d1b2/cmake/Dependencies.cmake#L123
|
||||||
set(NCCL_EXTERNAL ON)
|
set(NCCL_EXTERNAL ON)
|
||||||
endif()
|
endif()
|
||||||
set(GLOO_USE_CUDA_TOOLKIT ON CACHE BOOL "" FORCE)
|
set(GLOO_USE_CUDA_TOOLKIT ON CACHE BOOL "" FORCE)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user