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

Andrzej WarzyƄski llvmlistbot at llvm.org
Thu Mar 20 12:57:34 PDT 2025


================
@@ -107,7 +107,8 @@ struct FlattenGather : OpRewritePattern<vector::GatherOp> {
 /// ```mlir
 ///   %subview = memref.subview %M (...)
 ///     : memref<100x3xf32> to memref<100xf32, strided<[3]>>
-///   %gather = vector.gather %subview[%idxs] (...) : memref<100xf32, strided<[3]>>
+///   %gather = vector.gather %subview[%idxs] (...) : memref<100xf32,
+///   strided<[3]>>
----------------
banach-space wrote:

[nit] Please use consistent indentation/formatting

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


More information about the Mlir-commits mailing list