[Mlir-commits] [mlir] [MLIR][Linalg] Add static shape masking option in vectorization (PR #214812)
Artem Kroviakov
llvmlistbot at llvm.org
Wed Aug 12 07:12:11 PDT 2026
================
----------------
akroviakov wrote:
> allowing the vectorizer to **keep the static 128x64 vector shape, while applying a mask** based on the original dynamic dimension size N to the subsequent reductions.
Yes, exactly.
https://github.com/llvm/llvm-project/pull/214812
More information about the Mlir-commits
mailing list