-
Notifications
You must be signed in to change notification settings - Fork 542
/
.gitmodules
60 lines (60 loc) · 2.16 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[submodule "third_party/Halide"]
path = third_party/Halide
url = https://github.com/halide/Halide.git
[submodule "third_party/OpenBLAS"]
path = third_party/OpenBLAS
url = https://github.com/xianyi/OpenBLAS.git
[submodule "third_party/cppzmq"]
path = third_party/cppzmq
url = https://github.com/zeromq/cppzmq.git
[submodule "third_party/gtest"]
path = third_party/gtest
url = https://github.com/google/googletest.git
[submodule "third_party/mkl-dnn"]
path = third_party/intel-mkl-dnn
url = https://github.com/MegEngine/oneDNN.git
[submodule "third_party/libzmq"]
path = third_party/libzmq
url = https://github.com/zeromq/libzmq.git
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/protocolbuffers/protobuf
[submodule "third_party/MegRay"]
path = third_party/MegRay
url = https://github.com/MegEngine/MegRay.git
[submodule "third_party/flatbuffers"]
path = third_party/flatbuffers
url = https://github.com/MegEngine/flatbuffers.git
[submodule "third_party/pybind11"]
path = third_party/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "third_party/midout"]
path = third_party/midout
url = https://github.com/MegEngine/midout.git
[submodule "third_party/llvm-project"]
path = third_party/llvm-project
url = https://github.com/llvm/llvm-project.git
[submodule "third_party/cutlass"]
path = third_party/cutlass
url = https://github.com/MegEngine/cutlass.git
[submodule "third_party/range-v3"]
path = third_party/range-v3
url = https://github.com/ericniebler/range-v3.git
[submodule "third_party/Json"]
path = third_party/Json
url = https://github.com/nlohmann/json.git
[submodule "third_party/cpuinfo"]
path = third_party/cpuinfo
url = https://github.com/MegEngine/cpuinfo.git
[submodule "third_party/gflags"]
path = third_party/gflags
url = https://github.com/MegEngine/gflags.git
[submodule "third_party/cpp_redis"]
path = third_party/cpp_redis
url = https://github.com/MegEngine/cpp_redis
[submodule "third_party/tacopie"]
path = third_party/tacopie
url = https://github.com/MegEngine/tacopie
[submodule "third_party/cudnn-frontend"]
path = third_party/cudnn-frontend
url = https://github.com/MegEngine/cudnn-frontend.git