[Mlir-commits] [mlir] [mlir][rocdl] add gfx950 smfmac instructions to rocdl dialect (PR #171737)
Krzysztof Drewniak
llvmlistbot at llvm.org
Thu Dec 11 09:05:28 PST 2025
https://github.com/krzysz00 approved this pull request.
Ok, so it looks like the MfmaIntrOp class is doing that thing WMMA was doing until recently where we're just declaring varargs, which means, for example, that immargs aren't being represented as attributes.
Fixing that should happen but is off-topic for this PR. Therefore, approved,.
https://github.com/llvm/llvm-project/pull/171737
More information about the Mlir-commits
mailing list