fix: remove duplicate dst_idx declaration

This commit is contained in:
2026-05-15 22:31:05 +00:00
parent 5ff1b9e401
commit a48717ccf5

View File

@@ -135,8 +135,6 @@ __global__ void remap_sf_to_cutlass_kernel(
constexpr int LayoutRank = cute::rank_v<decltype(layout_sf.shape())>;
int dst_idx = 0;
// Use crd2idx to map flat logical coordinate to CUTLASS physical index.
// Decompose flat (mn, k_sf) into hierarchical coordinates matching the atom layout:
// Shape: ((32, 4, mn_tiles), (SFVecSize, 4, k_tiles), ...)
// First group: mn = m0 + 32*m1 + 128*mt where m0 in [0,32), m1 in [0,4), mt = mn/128