.gitmodules 1.2 KB
Newer Older
J
Jin Yi 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
[submodule "cub"]
	path = build/third_party/cub/src/cub
	url = https://github.com/NVlabs/cub.git
[submodule "eigen"]
	path = build/third_party/eigen/src/eigen
	url = https://github.com/eigenteam/eigen-git-mirror
[submodule "gflags"]
	path = build/third_party/gflags/src/gflags
	url = https://github.com/gflags/gflags
[submodule "glog"]
	path = build/third_party/glog/src/glog
	url = https://github.com/google/glog
[submodule "googletest"]
	path = build/third_party/googletest/src/googletest
	url = https://github.com/google/googletest
[submodule "grpc"]
	path = build/third_party/grpc/src/grpc
	url = https://github.com/yuanms2/grpc
[submodule "libjpeg-turbo"]
	path = build/third_party/libjpeg-turbo/src/libjpeg-turbo
	url = https://github.com/libjpeg-turbo/libjpeg-turbo
[submodule "nccl"]
	path = build/third_party/nccl/src/nccl
	url = https://github.com/NVIDIA/nccl
[submodule "opencv"]
	path = build/third_party/opencv/src/opencv
	url = https://github.com/opencv/opencv
[submodule "protobuf"]
	path = build/third_party/protobuf/src/protobuf
	url = https://github.com/protocolbuffers/protobuf
[submodule "zlib"]
	path = build/third_party/zlib/src/zlib
	url = https://github.com/madler/zlib