[Mlir-commits] [mlir] [mlir][vector] Decouple unrolling gather and gather to llvm lowering (PR #132206)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Mar 24 06:21:04 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:
Why is this test modified? I am asking as previously one of the outer lanes was masked out and currently it isn't. Is this significant?
https://github.com/llvm/llvm-project/pull/132206
More information about the Mlir-commits
mailing list