fix: remove duplicate dst_idx declaration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user