.gitmodules 1.6 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
[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
15
	url = https://github.com/oneapi-src/oneDNN.git
16 17 18 19 20 21 22 23 24 25 26 27
[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/google/flatbuffers.git
28 29 30
[submodule "third_party/cpuinfo"]
	path = third_party/cpuinfo
	url = https://github.com/pytorch/cpuinfo.git
M
Megvii Engine Team 已提交
31 32 33
[submodule "third_party/pybind11"]
	path = third_party/pybind11
	url = https://github.com/pybind/pybind11.git
34 35 36
[submodule "third_party/midout"]
	path = third_party/midout
	url = https://github.com/MegEngine/midout.git
37 38 39
[submodule "third_party/llvm-project"]
	path = third_party/llvm-project
	url = https://github.com/llvm/llvm-project.git
M
Megvii Engine Team 已提交
40 41 42
[submodule "third_party/cutlass"]
	path = third_party/cutlass
	url = https://github.com/MegEngine/cutlass.git
43 44 45
[submodule "third_party/range-v3"]
	path = third_party/range-v3
	url = https://github.com/ericniebler/range-v3.git