-
Notifications
You must be signed in to change notification settings - Fork 204
Expand file tree
/
Copy path.gitmodules
More file actions
25 lines (25 loc) · 927 Bytes
/
.gitmodules
File metadata and controls
25 lines (25 loc) · 927 Bytes
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
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/nlohmann/json.git
[submodule "third_party/cuml"]
path = third_party/cuml
url = https://github.com/rapidsai/cuml.git
[submodule "third_party/cutlass"]
path = third_party/cutlass
url = https://github.com/NVIDIA/cutlass.git
[submodule "third_party/cpptqdm"]
path = third_party/cpptqdm
url = https://github.com/aminnj/cpptqdm.git
[submodule "third_party/parallel-hashmap"]
path = third_party/parallel-hashmap
url = https://github.com/greg7mdp/parallel-hashmap.git
[submodule "third_party/argparse"]
path = third_party/argparse
url = https://github.com/p-ranav/argparse.git
branch = v2.5
[submodule "third_party/HierarchicalKV"]
path = third_party/HierarchicalKV
url = https://github.com/NVIDIA-Merlin/HierarchicalKV.git