[Mlir-commits] [mlir] [mlir][xegpu] Add initial skeleton implementation for lowering ConvertLayoutOp (PR #146176)
Charitha Saumya
llvmlistbot at llvm.org
Fri Jul 18 09:53:37 PDT 2025
================
@@ -583,6 +623,11 @@ void XeGPUWgToSgDistributePass::runOnOperation() {
return isLegal(layout);
});
+ target.addDynamicallyLegalOp<xegpu::ConvertLayoutOp>(
----------------
charithaintc wrote:
can you add a commet on the condition for legality?
https://github.com/llvm/llvm-project/pull/146176
More information about the Mlir-commits
mailing list