Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/Dialect/Linalg/vectorization.mlir | ||
---|---|---|
2743 | Could you check for the vector.create_mask? |
Paths
| Differential D148095
[mlir][Linalg] Allow linalg.copy to be vectorized with masking ClosedPublic Authored by nicolasvasilache on Apr 12 2023, 2:34 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 12 2023, 4:58 AM This revision was landed with ongoing or failed builds.Apr 12 2023, 5:35 AM Closed by commit rG1edfb4b93d33: [mlir][Linalg] Allow linalg.copy to be vectorized with masking (authored by nicolasvasilache). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 512730 mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
mlir/test/Dialect/Linalg/vectorization.mlir
|
Could you check for the vector.create_mask?