Open itsliupeng opened 3 months ago
In the code at this link, the line reads:
Tensor tOrVt = thr_mma.partition_fragment_B(sVtNoSwizzle);
Could you explain why sVtNoSwizzle is used here instead of simply using sVt? Thanks in advance for your clarification!
Idk tbh. Result was wrong without NoSwizzle.
In the code at this link, the line reads:
Could you explain why sVtNoSwizzle is used here instead of simply using sVt? Thanks in advance for your clarification!