[Mlir-commits] [mlir] [mlir][xegpu] Add definitons of MatrixDescType and related ops. (PR #153273)
Jianhui Li
llvmlistbot at llvm.org
Thu Aug 14 17:38:01 PDT 2025
================
@@ -527,4 +527,35 @@ def XeGPU_RangeAttr : XeGPUAttr<"Range", "range"> {
let genVerifyDecl = 1;
}
+def XeGPU_MemLayoutAttr : XeGPUAttr<"MemLayout", "mem_layout"> {
+ let summary = [{Specifies memory layouts with named attributes.}];
+
+ let description = [{
+ This attribute stores a collection of named attributes that describe
+ memory layout properties such as stride, block, etc.
+ }];
+
+ let parameters = (ins "DictionaryAttr": $attrs);
+ let hasCustomAssemblyFormat = 1;
+
----------------
Jianhui-Li wrote:
nit: remove extra line
https://github.com/llvm/llvm-project/pull/153273
More information about the Mlir-commits
mailing list