-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
59 lines (57 loc) · 2.14 KB
/
.gitmodules
File metadata and controls
59 lines (57 loc) · 2.14 KB
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
# git submodule update --init --recursive --progress
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog.git
branch = v2.x
[submodule "third_party/llvm-project"]
path = third_party/llvm-project
url = https://mirrors.tuna.tsinghua.edu.cn/git/llvm-project.git
[submodule "third_party/pybind11"]
path = third_party/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "third_party/stablehlo"]
path = third_party/stablehlo
url = https://github.com/openxla/stablehlo.git
[submodule "third_party/symengine"]
path = third_party/symengine
url = https://github.com/symengine/symengine.git
### not used ###
# [submodule "third_party/ginac"]
# path = third_party/ginac
# url = git://www.ginac.de/ginac.git
# [submodule "third_party/mlir-hlo"]
# path = third_party/mlir-hlo
# url = https://github.com/tensorflow/mlir-hlo.git
# [submodule "third_party/abseil-cpp"]
# path = third_party/abseil-cpp
# url = https://github.com/abseil/abseil-cpp.git
# [submodule "third_party/onnx"]
# path = third_party/onnx
# url = https://github.com/onnx/onnx.git
# [submodule "third_party/googletest"]
# path = third_party/googletest
# url = https://github.com/google/googletest.git
# [submodule "third_party/protobuf"]
# path = third_party/protobuf
# url = https://github.com/protocolbuffers/protobuf.git
# [submodule "third_party/onnx-mlir"]
# path = third_party/onnx-mlir
# url = https://github.com/onnx/onnx-mlir.git
# [submodule "third_party/iree"]
# path = third_party/iree
# url = https://github.com/iree-org/iree.git
# [submodule "third_party/MegCC"]
# path = third_party/MegCC
# url = https://github.com/megengine/megcc.git
# [submodule "third_party/torch-mlir"]
# path = third_party/torch-mlir
# url =https://github.com/llvm/torch-mlir.git
# [submodule "third_party/triton"]
# path = third_party/triton
# url =https://github.com/triton-lang/triton.git
# [submodule "third_party/akg"]
# path = third_party/akg
# url =https://github.com/mindspore-ai/akg.git
# [submodule "third_party/xdsl"]
# path = third_party/xdsl
# url =https://github.com/xdslproject/xdsl