[Mlir-commits] [mlir] [mlir][xegpu] Relax rank restriction of TensorDescType (PR #145916)

Adam Siemieniuk llvmlistbot at llvm.org
Mon Jun 30 06:58:30 PDT 2025


================
@@ -125,18 +125,6 @@ ScatterTensorDescAttr::get(mlir::MLIRContext *context,
   return Base::get(context, scopeAttr, chunkSizeAttr);
 }
 
-LogicalResult ScatterTensorDescAttr::verify(
----------------
adam-smnk wrote:

Maybe it could still perform minimal sanity check like `chunk_size > 0`?

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


More information about the Mlir-commits mailing list