You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm reading your code in LeetCUDA/kernels/hgemm/mma/basic/hgemm_mma_stage_tn.cu. I found you change the layout of s_b. But there is no transpose after loading a line from global memory. Is this correct?