diff --git a/.gitmodules b/.gitmodules index 788b3aaa..406e26d5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/third_party/cutlass b/third_party/cutlass new file mode 160000 index 00000000..f6272f0d --- /dev/null +++ b/third_party/cutlass @@ -0,0 +1 @@ +Subproject commit f6272f0d74df54af1358fd399f9bc6d3d5f3fb4e diff --git a/third_party/prepare.sh b/third_party/prepare.sh index 4301b486..f4676aee 100755 --- a/third_party/prepare.sh +++ b/third_party/prepare.sh @@ -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