[Mlir-commits] [mlir] [MLIR][XeGPU] Refactoring Transpose OP Layout Propagation (PR #184702)
Nishant Patel
llvmlistbot at llvm.org
Wed Mar 4 20:51:37 PST 2026
================
@@ -254,63 +254,28 @@ def DistributeLayoutAttr: AttrInterface<"DistributeLayoutAttr"> {
"xegpu::DistributeLayoutAttr",
"collapseDims",
(ins "SmallVector<int64_t>": $dimGroup)>,
+ InterfaceMethod<[{Derive a new layout by trasposing it using `permutation`.}],
----------------
nbpatel wrote:
nit:Transpose spelling is incorrect
https://github.com/llvm/llvm-project/pull/184702
More information about the Mlir-commits
mailing list