8000 Add dependent projects · srcarroll/mmperf@23b9eab · GitHub
[go: up one dir, main page]

Skip to content

Commit 23b9eab

Browse files
committed
Add dependent projects
1 parent b1648af commit 23b9eab

File tree

5 files changed

+16
-0
lines changed

5 files changed

+16
-0
lines changed

.gitmodules

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[submodule "external/llvm-project"]
2+
path = external/llvm-project
3+
url = https://github.com/llvm/llvm-project.git
4+
[submodule "external/mlir-hlo"]
5+
path = external/mlir-hlo
6+
url = https://github.com/tensorflow/mlir-hlo
7+
[submodule "external/tensorflow"]
8+
path = external/tensorflow
9+
url = https://github.com/tensorflow/tensorflow
10+
[submodule "external/mlir-emitc"]
11+
path = external/mlir-emitc
12+
url = https://github.com/iml130/mlir-emitc

external/llvm-project

Submodule llvm-project added at 3f739f7

external/mlir-emitc

Submodule mlir-emitc added at 230f35f

external/mlir-hlo

Submodule mlir-hlo added at 233f1a8

external/tensorflow

Submodule tensorflow added at 7f5b8ad

0 commit comments

Comments
 (0)
0