From ea678ece64239a96784b8c0f478b390e37c08f4d Mon Sep 17 00:00:00 2001 From: biondizzle Date: Fri, 15 May 2026 21:54:10 +0000 Subject: [PATCH] fix: remove duplicate template declaration --- .../cutlass_nvfp4_gemm/cutlass_nvfp4_gemm.cu | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nvfp4_megamoe_kernel/cutlass_nvfp4_gemm/cutlass_nvfp4_gemm.cu b/src/nvfp4_megamoe_kernel/cutlass_nvfp4_gemm/cutlass_nvfp4_gemm.cu index 5efce57f..62089d11 100644 --- a/src/nvfp4_megamoe_kernel/cutlass_nvfp4_gemm/cutlass_nvfp4_gemm.cu +++ b/src/nvfp4_megamoe_kernel/cutlass_nvfp4_gemm/cutlass_nvfp4_gemm.cu @@ -116,7 +116,6 @@ using LayoutSFB = typename Gemm::GemmKernel::CollectiveMainloop::LayoutSFB; // positions that aren't written are correct zeros. ///////////////////////////////////////////////////////////////////////////////////////////////// -template template __global__ void remap_sf_to_cutlass_kernel( const cutlass::float_ue4m3_t* __restrict__ src,