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
### Details:
- *Ngraph FakeConvert layer applies clamp for f8 (f8e4m3 applies clamp,
f8e5m2 partially applies clamp), while ngraph Convert layer doesn't
apply clamp. So the idea is to add Clamp layer in
FakeConvertDecomposition to assure the clamp behavior of FakeConvert is
still included for plugins after decomposition.*
- *Ngraph reference emulate_f8e4m3_on_fp16 applies clamp for overflowed
value as well as for NaN(f8e4m3 does not have INF in Specification).
However, it seems emulate_f8e5m2_on_fp16 only applies clamp for
overflowed value (by the flag can_round), but not for INF. To align
behavior between f8e4m3 and f8e5m2, clamp for INF is added in
emulate_f8e5m2_on_fp16.*
- *Test cases are added to reproduce the issue beforehand.*
### Tickets:
- *[CVS-160719](https://jira.devtools.intel.com/browse/CVS-160719)*
- *[CVS-161459](https://jira.devtools.intel.com/browse/CVS-161459)*
0 commit comments