Commit 9d25f2a
PR #3200: Add support for float8_e4m3fnuz and float8_e5m2fnuz.
Imported from GitHub PR openxla/xla#3200
This adds support for the two FP8 types `float8_e4m3fnuz` and `float8_e5m2fnuz` to XLA similar to `float8_e4m3fn`, `float8_e4m3b11`, and `float8_e5m2`.
Copybara import of the project:
--
3b96f8fe219c1ac1bec5c4b99ff9c51148706981 by Jake Hall <[email protected]>:
Add support for float8_e4m3fnuz and float8_e5m2fnuz.
Merging this change closes #3200
FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#3200 from jakeh-gc:fp8_fnuz 3b96f8fe219c1ac1bec5c4b99ff9c51148706981
PiperOrigin-RevId: 5438022741 parent 5006c9e commit 9d25f2a
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
0 commit comments