[Submodule] Remove third-party CUB (#126540)

Because it was updated 4 years ago, and now all supported CUDA versions provide CUB.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/126540
Approved by: https://github.com/Skylion007
This commit is contained in:
cyy
2024-05-18 02:28:17 +00:00
committed by PyTorch MergeBot
parent 1191168c45
commit 74b99438f2
3 changed files with 3 additions and 9 deletions

4
.gitmodules vendored
View File

@ -2,10 +2,6 @@
ignore = dirty
path = third_party/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "third_party/cub"]
ignore = dirty
path = third_party/cub
url = https://github.com/NVlabs/cub.git
[submodule "third_party/eigen"]
ignore = dirty
path = third_party/eigen