linalg.fill was already vectorizable with masks but not supported in the
dynamic pre-checks.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D146856
[mlir][Vector] Enable masked vectorization of linalg.fill ClosedPublic Authored by dcaballe on Mar 24 2023, 5:40 PM.
Details Summary linalg.fill was already vectorizable with masks but not supported in the
Diff Detail
Event TimelineHerald added subscribers: • pcwang-thead, limo1996, stephenneuendorffer, nicolasvasilache. · View Herald Transcript This revision is now accepted and ready to land.Mar 29 2023, 12:22 AM Closed by commit rGf18a8612995e: [mlir][Vector] Enable masked vectorization of linalg.fill (authored by dcaballe). · Explain WhyMar 29 2023, 12:54 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 509451 mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
mlir/test/Dialect/Linalg/vectorization.mlir
|