Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Vector/IR/VectorOps.cpp | ||
---|---|---|
337 | it might be worth asserting that the type is actually a scalar |
Paths
| Differential D135333
[mlir] vector.multi_reduction canonicalizes to vector.shape_cast (or vector.extract, if the result is a scalar) only if all reduction dimensions are of size 1 ClosedPublic Authored by vmurali on Oct 5 2022, 4:54 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: zero9178, bzcheeseman, ThomasRaoux and 20 others. · View Herald Transcript This revision is now accepted and ready to land.Oct 5 2022, 5:04 PM Closed by commit rG9c3d3eeb51b7: [mlir] vector.multi_reduction canonicalizes to vector.shape_cast (or (authored by vmurali). · Explain WhyOct 5 2022, 5:19 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 465610 mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
mlir/lib/Dialect/Vector/IR/VectorOps.cpp
mlir/test/Dialect/Vector/canonicalize.mlir
|
it might be worth asserting that the type is actually a scalar