================
@@ -770,4 +770,30 @@ def XeGPU_MemLayoutAttr : XeGPUAttr<"MemLayout",
"mem_layout"> {
}
+def AnchorLayoutInterface : OpInterface<"AnchorLayoutInterface"> {
+ let cppNamespace = "::mlir::xegpu";
+
+ let description = [{
+ An attribute interface for accessing anchor layout information.
+ This interface provides a method to set and retrieve the anchor layout
+ from attributes that implement it.
----------------
tkarna wrote:
from _operations_ that implement it.
https://github.com/llvm/llvm-project/pull/172125
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits