[Mlir-commits] [mlir] [mlir][nvgpu] Fix crash when mmaShape size is not three (PR #173490)

Longsheng Mou llvmlistbot at llvm.org
Wed Dec 24 05:38:15 PST 2025


CoTinker wrote:

> why you eplace the ArrayAttr-based mmaShape with DenseI64ArrayAttr? I think I64ArrayAttr is good.I think the DenseI64ArrayAttr approach makes the IR more complicated; previously, we didn't need to write 'i64:'.

Actually, I don't think the print format is a big problem, because we don't need to 'write' it in most of the time.


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


More information about the Mlir-commits mailing list