[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
================
@@ -1663,7 +1663,7 @@ func.func @flat_transpose(%arg0: vector<16xf32>) -> vector<16xf32> {
func.func @gather_with_mask(%arg0: memref<?xf32>, %arg1: vector<2x3xi32>, %arg2: vector<2x3xf32>) -> vector<2x3xf32> {
%0 = arith.constant 0: index
- %1 = vector.constant_mask [1, 2] : vector<2x3xi1>
+ %1 = vector.constant_mask [2, 2] : vector<2x3xi1>
----------------
banach-space wrote:
Hm, why is this changing? Same question below.
https://github.com/llvm/llvm-project/pull/132217
More information about the Mlir-commits
mailing list