Replace the getSmallestBoundingIndex method used in promotion by getConstantUpperBoundForIndex that uses flat affine constraints to compute a constant upper bound.
Depends On D113546
Paths
| Differential D113548
[linalg][mlir] Replace getSmallestBoundingIndex in promotion (NFC). ClosedPublic Authored by gysit on Nov 10 2021, 12:22 AM.
Details Summary Replace the getSmallestBoundingIndex method used in promotion by getConstantUpperBoundForIndex that uses flat affine constraints to compute a constant upper bound. Depends On D113546
Diff Detail
Event TimelineHerald added subscribers: Groverkss, wenzhicui, wrengr and 22 others. · View Herald TranscriptNov 10 2021, 12:22 AM gysit added a child revision: D113549: [mlir][linalg] Remove getSmallestBoundingIndex (NFC)..Nov 10 2021, 12:23 AM This revision is now accepted and ready to land.Nov 10 2021, 4:36 AM Closed by commit rG53da8600e1bd: [linalg][mlir] Replace getSmallestBoundingIndex in promotion (NFC). (authored by gysit). · Explain WhyNov 10 2021, 8:16 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 386076 mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
|