From ce3ac21fb44ed04c722abbe6312f7d9005475d43 Mon Sep 17 00:00:00 2001 From: Ruihang Lai Date: Mon, 8 Sep 2025 20:59:08 -0400 Subject: [PATCH] [3rdparty] Bump cutlass_fpA_intB_gemm to fix SM90 build This PR fixes a SM90 build issue when CUTLASS is enabled. The issue is because a source file indluced a CUTLASS header file that has been removed since CUTLASS 4. Simply removing the header fixes the build issue. --- 3rdparty/cutlass_fpA_intB_gemm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/cutlass_fpA_intB_gemm b/3rdparty/cutlass_fpA_intB_gemm index c633ae800283..6ad91366619e 160000 --- a/3rdparty/cutlass_fpA_intB_gemm +++ b/3rdparty/cutlass_fpA_intB_gemm @@ -1 +1 @@ -Subproject commit c633ae800283627a62e69e064d05a28ff13d380a +Subproject commit 6ad91366619e20129c5f77d02c82098d13b287a5