[Mlir-commits] [clang-tools-extra] [mlir] [MLIR][XeGPU] Refactor Layout access interface (PR #172125)
Jianhui Li
llvmlistbot at llvm.org
Tue Dec 16 11:50:53 PST 2025
================
@@ -770,4 +770,30 @@ def XeGPU_MemLayoutAttr : XeGPUAttr<"MemLayout", "mem_layout"> {
}
+def AnchorLayoutInterface : OpInterface<"AnchorLayoutInterface"> {
----------------
Jianhui-Li wrote:
This is for the user who set the anchor layout without having to find out which specific anchor op is.
https://github.com/llvm/llvm-project/pull/172125
More information about the Mlir-commits
mailing list