-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 1.43 KB
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 1.43 KB
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
[submodule "examples/nccl/nccl"]
path = examples/nccl/nccl
url = https://github.com/NVIDIA/nccl.git
[submodule "examples/nccl/nccl-tests"]
path = examples/nccl/nccl-tests
url = https://github.com/NVIDIA/nccl-tests.git
[submodule "examples/nccl/gpu_direct_rdma_access"]
path = examples/nccl/gpu_direct_rdma_access
url = https://github.com/Mellanox/gpu_direct_rdma_access.git
[submodule "experimental/qmapper_prototype/qmapper/csrc/third_party/glog"]
path = experimental/qmapper_prototype/qmapper/csrc/third_party/glog
url = https://github.com/google/glog.git
[submodule "experimental/qmapper_prototype/qmapper/csrc/third_party/gflags"]
path = experimental/qmapper_prototype/qmapper/csrc/third_party/gflags
url = https://github.com/gflags/gflags.git
[submodule "experimental/qmapper_prototype/qmapper/csrc/third_party/googletest"]
path = experimental/qmapper_prototype/qmapper/csrc/third_party/googletest
url = https://github.com/google/googletest.git
[submodule "experimental/qmapper_prototype/qmapper/csrc/third_party/json"]
path = experimental/qmapper_prototype/qmapper/csrc/third_party/json
url = https://gitee.com/openGPL/json.git
[submodule "experimental/qmapper_prototype/qmapper/csrc/third_party/pybind11"]
path = experimental/qmapper_prototype/qmapper/csrc/third_party/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "examples/nim/chat-ui"]
path = examples/nim/chat-ui