You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mlir][tosa] Add support for EXT-DOUBLEROUND and EXT-INEXACTROUND
This commit adds a concept of EXT-DOUBLEROUND and EXT-INEXACTROUND
to the dialect. It also converts the "double_round" attribute on rescale
to a string type "rounding_mode" attribute with the following options:
"DOUBLE_ROUND", "SINGLE_ROUND", "INEXACT_ROUND".
The validation pass has been updated to ensure "DOUBLE_ROUND" and
"INEXACT_ROUND" are only valid when their extensions are available.
Finally, lowerings to arith and linalg have been updated such that
a lowering for "INEXACT_ROUND" is not currently supported.
Co-authored-by: TatWai Chong <[email protected]>
0 commit comments