mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-11 22:34:53 +08:00
Nccl update to 2.25.1 for cuda 12.4-12.8 (#146073)
Should resolve: https://github.com/pytorch/pytorch/issues/144768 We use one common nccl version for cuda builds 12.4-12.8 : ``NCCL_VERSION=v2.25.1-1`` For CUDA 11.8 we use legacy ``NCCL_VERSION=v2.21.1-1`` We use pinned version of NCCL rather then submodule. Move nccl location from ``third_party/nccl/nccl`` to ``third_party/nccl`` Pull Request resolved: https://github.com/pytorch/pytorch/pull/146073 Approved by: https://github.com/Skylion007, https://github.com/malfet, https://github.com/kwen2501, https://github.com/fduwjj
This commit is contained in:
committed by
PyTorch MergeBot
parent
d38db94689
commit
eecee5863e
2
cmake/External/nccl.cmake
vendored
2
cmake/External/nccl.cmake
vendored
@ -39,7 +39,7 @@ if(NOT __NCCL_INCLUDED)
|
||||
|
||||
set(__NCCL_BUILD_DIR "${CMAKE_CURRENT_BINARY_DIR}/nccl")
|
||||
ExternalProject_Add(nccl_external
|
||||
SOURCE_DIR ${PROJECT_SOURCE_DIR}/third_party/nccl/nccl
|
||||
SOURCE_DIR ${PROJECT_SOURCE_DIR}/third_party/nccl
|
||||
BUILD_IN_SOURCE 1
|
||||
CONFIGURE_COMMAND ""
|
||||
BUILD_COMMAND
|
||||
|
||||
Reference in New Issue
Block a user