From df8a550d3917b0e97f416b2ed8c2d786f7f686a3 Mon Sep 17 00:00:00 2001 From: liujshi Date: Thu, 3 Apr 2025 23:42:10 +0800 Subject: [PATCH] Update mma_atom.hpp (#2159) remove useless code --- include/cute/atom/mma_atom.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/cute/atom/mma_atom.hpp b/include/cute/atom/mma_atom.hpp index 21b8d5d2..026208e4 100644 --- a/include/cute/atom/mma_atom.hpp +++ b/include/cute/atom/mma_atom.hpp @@ -450,8 +450,6 @@ struct TiledMMA : MMA_Atom { // (M,K) -> (M,K) auto ref_A = make_layout(make_shape(tile_size_mnk<0>(), tile_size_mnk<2>())); - // (athrid,val) -> (M,K) - auto layoutA_TV = thrfrg_A(ref_A); // (ThrV,(ThrM,ThrK)) -> (ThrV,(ThrM,ThrN,ThrK)) auto atile = make_tile(_, @@ -489,8 +487,6 @@ struct TiledMMA : MMA_Atom { // (N,K) -> (N,K) auto ref_B = make_layout(make_shape(tile_size_mnk<1>(), tile_size_mnk<2>())); - // (bthrid,val) -> (N,K) - auto layoutB_TV = thrfrg_B(ref_B); // (ThrV,(ThrN,ThrK)) -> (ThrV,(ThrM,ThrN,ThrK)) auto btile = make_tile(_,