[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:11:52 PDT 2026


================
@@ -693,116 +508,6 @@ func.func @convert_layout_unmatch(%a: vector<32x64xf16>) {
   gpu.return
 }
 
-// -----
-func.func @tensor_desc_rank_mismatch(%src: ui64, %offsets: vector<16xindex>) {
-  %1 = xegpu.create_tdesc %src, %offsets : ui64, vector<16xindex> ->
-      !xegpu.tensor_desc<16x2xf32,
-        #xegpu.scatter_tdesc_attr<chunk_size = 2>,
-        // expected-error at +1 {{expected sg_layout and lane_layout to have the same rank}}
----------------
nbpatel wrote:

added

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


More information about the Mlir-commits mailing list