-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 932 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 932 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
[submodule "third_party/cxxopts"]
path = third_party/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "third_party/moderngpu"]
path = third_party/moderngpu
url = https://github.com/moderngpu/moderngpu.git
[submodule "third_party/randomdist"]
path = third_party/randomdist
url = https://github.com/llersch/cpp_random_distributions.git
[submodule "third_party/tabulate"]
path = third_party/tabulate
url = https://github.com/p-ranav/tabulate.git
[submodule "third_party/termcolor"]
path = third_party/termcolor
url = https://github.com/ikalnytskyi/termcolor.git
[submodule "third_party/thrust"]
path = third_party/thrust
url = https://github.com/NVIDIA/thrust.git
[submodule "third_party/zipiterator"]
path = third_party/zipiterator
url = https://github.com/dpellegr/ZipIterator.git
[submodule "third_party/csvparser"]
path = third_party/csvparser
url = https://github.com/vincentlaucsb/csv-parser.git