[Mlir-commits] [mlir] [mlir][ROCDL] Adds wmma scaled intrinsics for gfx1250 (PR #165915)
Krzysztof Drewniak
llvmlistbot at llvm.org
Tue Nov 4 08:44:08 PST 2025
https://github.com/krzysz00 commented:
I think this might be our cue to go fix up WMMA to actually encode argument types properly. Because to quote `AMDGPUWmmaScaleIntrinsicModsC`,
```
ImmArg<ArgIndex<0>>, ImmArg<ArgIndex<2>>, ImmArg<ArgIndex<4>>, ImmArg<ArgIndex<6>>,
ImmArg<ArgIndex<7>>, ImmArg<ArgIndex<9>>, ImmArg<ArgIndex<10>>, ImmArg<ArgIndex<12>>, ImmArg<ArgIndex<13>>,
```
That's a lot of things that should be attributes in the MLIR
https://github.com/llvm/llvm-project/pull/165915
More information about the Mlir-commits
mailing list