-
Notifications
You must be signed in to change notification settings - Fork 200
/
.gitmodules
37 lines (37 loc) · 1.35 KB
/
.gitmodules
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
34
35
36
37
[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/hiredis"]
path = third_party/hiredis
url = https://github.com/redis/hiredis.git
[submodule "third_party/redis_pp"]
path = third_party/redis_pp
url = https://github.com/sewenew/redis-plus-plus.git
[submodule "third_party/rocksdb"]
path = third_party/rocksdb
url = https://github.com/facebook/rocksdb.git
[submodule "third_party/librdkafka"]
path = third_party/librdkafka
url = https://github.com/edenhill/librdkafka.git
[submodule "third_party/HierarchicalKV"]
path = third_party/HierarchicalKV
url = https://github.com/NVIDIA-Merlin/HierarchicalKV.git