Browse Source

chore(deps): add cutlass

tags/v1.0.0-rc1
Megvii Engine Team 4 years ago
parent
commit
60778d1071
3 changed files with 5 additions and 0 deletions
  1. +3
    -0
      .gitmodules
  2. +1
    -0
      third_party/cutlass
  3. +1
    -0
      third_party/prepare.sh

+ 3
- 0
.gitmodules View File

@@ -37,3 +37,6 @@
[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

+ 1
- 0
third_party/cutlass

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

+ 1
- 0
third_party/prepare.sh View File

@@ -21,6 +21,7 @@ git submodule update --init Halide
git submodule update --init protobuf
git submodule update --init flatbuffers
git submodule update --init gtest
git submodule update --init cutlass

git submodule update --init cpuinfo
source ./apply-patches.sh


Loading…
Cancel
Save