Skip to content

Commit

Permalink
Remove unneeded entry for NCCL in .gitmodules (pytorch#7216)
Browse files Browse the repository at this point in the history
NCCL currently is not a git submodule. The NCCL source code is
bundled in 'third_party/nccl'.

Closes pytorch#7150
  • Loading branch information
dbermond authored and soumith committed May 3, 2018
1 parent c4078b4 commit f9393ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
[submodule "third_party/pybind11"]
path = third_party/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "third_party/nccl"]
path = third_party/nccl
url = https://github.com/nvidia/nccl.git
[submodule "third_party/cub"]
path = third_party/cub
url = https://github.com/NVlabs/cub.git
Expand Down

0 comments on commit f9393ff

Please sign in to comment.