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

Quinn Dawkins llvmlistbot at llvm.org
Thu Mar 20 11:58:19 PDT 2025


================
@@ -882,6 +882,16 @@ func.func @gather_and_scatter2d(%base: memref<?x?xf32>, %v: vector<16xi32>, %mas
   return
 }
 
+// CHECK-LABEL: @gather_multi_dims
+func.func @gather_multi_dims(%base: memref<?xf32>, %v: vector<2x16xi32>, %mask: vector<2x16xi1>, %pass_thru: vector<2x16xf32>) -> vector<2x16xf32> {
----------------
qedawkins wrote:

`gather_multi_dims` -> `gather_and_scatter_multi_dims`

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


More information about the Mlir-commits mailing list