-
Notifications
You must be signed in to change notification settings - Fork 699
/
Copy path.gitmodules
24 lines (24 loc) · 814 Bytes
/
.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
[submodule "tests/googletest"]
path = tests/googletest
url = https://github.com/google/googletest.git
[submodule "thirdparty/onnx"]
path = thirdparty/onnx
url = https://github.com/onnx/onnx.git
[submodule "thirdparty/fp16"]
path = thirdparty/fp16
url = https://github.com/Maratyszcza/FP16.git
[submodule "tests/OutputCheck"]
path = tests/OutputCheck
url = https://github.com/stp/OutputCheck.git
[submodule "thirdparty/foxi"]
path = thirdparty/foxi
url = https://github.com/houseroad/foxi.git
[submodule "googlebenchmark"]
path = tests/googlebenchmark
url = https://github.com/google/benchmark
[submodule "thirdparty/pybind11"]
path = thirdparty/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "thirdparty/folly"]
path = thirdparty/folly
url = https://github.com/facebook/folly.git