[Mlir-commits] [mlir] [MLIR][XeGPU] Remove create tdesc & update offset op from xegpu dialect (PR #182804)

Nishant Patel llvmlistbot at llvm.org
Wed Apr 15 11:10:30 PDT 2026


================
@@ -81,8 +79,8 @@ def XeGPU_TensorDesc: XeGPUTypeDef<"TensorDesc", "tensor_desc",
     dim-list := (static-dim-list `x`)?
     static-dim-list ::= decimal-literal `x` decimal-literal
     attr-list = (, encoding-attr)? (, layout-attr)?
-    enconding-attr = (, memory_space = value)? (, arr_len = value)? (, boundary_check = value)? (, scattered = value)?
-    layout-attr = DistributeLayoutAttr
+    enconding-attr = (, memory_space = value)? (, arr_len = value)? (, boundary_check = value)?
+    layout-attr = (, layout `<`sg_layout = value, sg_data = value, inst_data = value, lane_layout = value, lane_data = value, order = value`>`)?
----------------
nbpatel wrote:

Thanks for the catch

https://github.com/llvm/llvm-project/pull/182804


More information about the Mlir-commits mailing list