Its possible for the clamp to have invalid min/max values on its range. To fix
this we validate the range of the min/max and clamp to a valid range.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D108256
[mlir][tosa] Fix clamp to restrict only within valid bitwidth range ClosedPublic Authored by rsuderman on Aug 17 2021, 5:11 PM.
Details Summary Its possible for the clamp to have invalid min/max values on its range. To fix
Diff Detail
Event TimelineHerald added subscribers: wrengr, Chia-hungDuan, armkevincheng and 22 others. · View Herald Transcript This revision is now accepted and ready to land.Aug 17 2021, 5:13 PM This revision was landed with ongoing or failed builds.Aug 18 2021, 12:20 PM Closed by commit rG76c971219690: [mlir][tosa] Fix clamp to restrict only within valid bitwidth range (authored by Robert Suderman <suderman@google.com>, committed by rsuderman). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 367064 mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
|