[Mlir-commits] [mlir] [mlir][amdgpu] Add explicit intrinsic shape to wmma (PR #164920)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Oct 23 19:16:55 PDT 2025


Muzammiluddin-Syed-ECE wrote:

> Do we need another attribute to represent the fact that the accumulator and the result types can be different? Specifically, I'm thinking about the intrinsic with shape 16x16x32 and source types BF16 and result type BF16. There are two different intrinsics that can be used here that differ in what accumulator type they support.

So for instance including both type(destd) and type(destc) in the assembly format


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


More information about the Mlir-commits mailing list