From ed2dcec829043a7ec3bdfc5dbbb3ff232324e6e8 Mon Sep 17 00:00:00 2001 From: Yuanle Liu Date: Mon, 15 Sep 2025 21:52:00 +0800 Subject: [PATCH] add ignore=all for deepgemm (#4118) --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index fa4c5ea9e..dc0ae4b38 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,7 @@ [submodule "custom_ops/third_party/DeepGEMM"] path = custom_ops/third_party/DeepGEMM url = https://github.com/deepseek-ai/DeepGEMM.git + ignore = all [submodule "custom_ops/third_party/cutlass"] path = custom_ops/third_party/cutlass url = https://github.com/NVIDIA/cutlass.git