Browse Source

chore(deps): add mlir dependency

tags/v1.0.0-rc1
Megvii Engine Team 4 years ago
parent
commit
95ed871717
2 changed files with 4 additions and 0 deletions
  1. +3
    -0
      .gitmodules
  2. +1
    -0
      third_party/llvm-project

+ 3
- 0
.gitmodules View File

@@ -34,3 +34,6 @@
[submodule "third_party/midout"] [submodule "third_party/midout"]
path = third_party/midout path = third_party/midout
url = https://github.com/MegEngine/midout.git 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

+ 1
- 0
third_party/llvm-project

@@ -0,0 +1 @@
Subproject commit b2589200957af50e7d166afca9df6ad46d7418c6

Loading…
Cancel
Save