From 9de8c122ad667b063f48aa31c8dd4f51ecc44582 Mon Sep 17 00:00:00 2001 From: huangxinda Date: Tue, 5 Jul 2022 14:23:37 +0800 Subject: [PATCH] feat(mge/third_party): add cudnn-frontend --- .gitmodules | 3 +++ third_party/cudnn-frontend | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/cudnn-frontend diff --git a/.gitmodules b/.gitmodules index eacaf36e9..48d5010f1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule "third_party/tacopie"] path = third_party/tacopie url = https://github.com/cpp-redis/tacopie +[submodule "third_party/cudnn-frontend"] + path = third_party/cudnn-frontend + url = https://github.com/MegEngine/cudnn-frontend.git diff --git a/third_party/cudnn-frontend b/third_party/cudnn-frontend new file mode 160000 index 000000000..d38bbc314 --- /dev/null +++ b/third_party/cudnn-frontend @@ -0,0 +1 @@ +Subproject commit d38bbc314d9f43dc87c9ccf5d36bc98bdfc583d2 -- GitLab