bangyu shen 948862b24d
[mlir][nvvm] Fix the verifier of wgmma.mma_async wrt transposed layouts (#97538)
the WGMMA expect layouts for A/B are row/col, the transposed version
should be col/row. when checking other datatypes cannot use transposed
layout, it should reject col-major for A and row-major for B
2024-07-04 08:43:53 +02:00
..