[Mlir-commits] [mlir] [mlir][nvvm] Fix the PTX lowering of wgmma.mma_async (PR #76150)

Adam Paszke llvmlistbot at llvm.org
Thu Dec 21 10:19:15 PST 2023


apaszke wrote:

Ok the test should be updated now. It does a col-col matmul, so the right transpose args are `1, 0`, not `1, 1` as it did previously.

https://github.com/llvm/llvm-project/pull/76150


More information about the Mlir-commits mailing list