[Mlir-commits] [mlir] [MLIR][XeGPU] Add distribution pattern for convertLayoutOp (PR #184826)
Charitha Saumya
llvmlistbot at llvm.org
Wed Mar 11 10:06:50 PDT 2026
================
@@ -696,6 +696,28 @@ struct SgToWiStoreScatter : public OpConversionPattern<xegpu::StoreScatterOp> {
}
};
+struct SgToWiConvertLayout
----------------
charithaintc wrote:
add comment and say only folding is supported now.
https://github.com/llvm/llvm-project/pull/184826
More information about the Mlir-commits
mailing list