-
Notifications
You must be signed in to change notification settings - Fork 68
/
.gitmodules
44 lines (44 loc) · 1.46 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
38
39
40
41
42
43
44
[submodule "3rd_party/glog"]
path = 3rd_party/glog
url = https://github.com/google/glog.git
ignore = dirty
[submodule "3rd_party/gtest"]
path = 3rd_party/gtest
url = https://github.com/google/googletest.git
ignore = dirty
[submodule "3rd_party/dlpack"]
path = 3rd_party/dlpack
url = https://github.com/dmlc/dlpack.git
ignore = dirty
[submodule "3rd_party/json"]
path = 3rd_party/json
url = https://github.com/nlohmann/json.git
ignore = dirty
[submodule "bmf/hml/third_party/gtest"]
path = bmf/hml/third_party/gtest
url = https://github.com/google/googletest.git
ignore = dirty
[submodule "bmf/hml/third_party/pybind11"]
path = bmf/hml/third_party/pybind11
url = https://github.com/pybind/pybind11.git
ignore = dirty
[submodule "bmf/hml/third_party/spdlog"]
path = bmf/hml/third_party/spdlog
url = https://github.com/gabime/spdlog.git
ignore = dirty
[submodule "bmf/hml/third_party/backward"]
path = bmf/hml/third_party/backward
url = https://github.com/bombela/backward-cpp.git
ignore = dirty
[submodule "bmf/hml/third_party/benchmark"]
path = bmf/hml/third_party/benchmark
url = https://github.com/google/benchmark.git
ignore = dirty
[submodule "bmf/hml/third_party/dlpack"]
path = bmf/hml/third_party/dlpack
url = https://github.com/dmlc/dlpack.git
ignore = dirty
[submodule "bmf/hml/third_party/fmt"]
path = bmf/hml/third_party/fmt
url = https://github.com/fmtlib/fmt.git
ignore = dirty