DOR (Definition of Ready)
Ready
Description
rocMLIR doesn't support attention like kernels. eg. GEG, Attention, CEG if there is no associated wmma/mfma instruction for that dtype on the hardware. The only current known case is fp32 on navi3x.
In MIGraphX, we treat GEG/CEG and attention differently. This issue is for GEG/CEG specifically; attention is covered by #4308 which is less trivial than this case.
DOD (Definition of Done)
CEG/GEG kernels are not generated for unsupported dtype/hardware combos