[Mlir-commits] [mlir] [mlir][vector] Allow multi dim vectors in vector.scatter (PR #132217)

Andrzej WarzyƄski llvmlistbot at llvm.org
Mon Mar 24 01:04:08 PDT 2025


================
@@ -1719,6 +1719,40 @@ func.func @gather_with_zero_mask_scalable(%arg0: memref<?xf32>, %arg1: vector<2x
 
 // -----
 
+//===----------------------------------------------------------------------===//
+// vector.scatter
+//===----------------------------------------------------------------------===//
----------------
banach-space wrote:

> They are anyway going to become positive test in the next pr in the stack: https://github.com/llvm/llvm-project/pull/132227

Ah, ok. Then you can skip it.

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


More information about the Mlir-commits mailing list