[Mlir-commits] [mlir] [mlir][vector] Fix FlattenGather for scalable vectors (PR #96074)

Benjamin Maxwell llvmlistbot at llvm.org
Thu Jun 20 01:54:41 PDT 2024


================
@@ -55,6 +55,8 @@ namespace {
 /// ```
 ///
 /// When applied exhaustively, this will produce a sequence of 1-d gather ops.
+///
+/// Supports vector types with trailing scalable dim.
----------------
MacDue wrote:

nit: It supports vector types with a leading fixed dim (the trailing dim does not really matter). 


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


More information about the Mlir-commits mailing list