[Mlir-commits] [mlir] [mlir][xegpu] Add initial skeleton implementation for lowering ConvertLayoutOp (PR #146176)

Chao Chen llvmlistbot at llvm.org
Fri Jul 18 14:25:09 PDT 2025


================
@@ -392,6 +392,46 @@ struct WgToSgElementwiseOp : public ConversionPattern {
   }
 };
 
+struct WgToSgConvertLayoutOp
----------------
chencha3 wrote:

I improved comments with examples.

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


More information about the Mlir-commits mailing list