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

Chao Chen llvmlistbot at llvm.org
Fri Jul 18 11:00:43 PDT 2025


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

Oh, I got your point. Here we are only interested in sgLayout and sgData fields. The rest fields, e.g., `inst_data` could be different, could be different. 

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


More information about the Mlir-commits mailing list