Lowering to table was incorrect as it did not apply a 128 offset before
extracting the value from the table. Fixed and correct tensor length on input
table.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D108436
[mlir][tosa] Table did not apply offset before extract on i8 input ClosedPublic Authored by rsuderman on Aug 19 2021, 7:15 PM.
Details Summary Lowering to table was incorrect as it did not apply a 128 offset before
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 24 2021, 5:58 PM Closed by commit rG4ef1770abd11: [mlir][tosa] Table did not apply offset before extract on i8 input (authored by rsuderman). · Explain WhyAug 24 2021, 6:53 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 367689 mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
|