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
Copy file name to clipboardexpand all lines: doc/programming_model/data_types.md
+13-12
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ operations which take bool as inputs and/or outputs data type.
23
23
| f8\_e4m3 |[OFP8 standard 8-bit floating-point](https://www.opencompute.org/documents/ocp-8-bit-floating-point-specification-ofp8-revision-1-0-2023-06-20-pdf) with 4 exponent and 3 mantissa bits |
24
24
| e8m0 |[MX standard 8-bit scaling type](https://www.opencompute.org/documents/ocp-microscaling-formats-mx-v1-0-spec-final-pdf)|
25
25
| f4\_e2m1 |[MX standard 4-bit floating-point](https://www.opencompute.org/documents/ocp-microscaling-formats-mx-v1-0-spec-final-pdf) with 2 exponent and 1 mantissa bits |
26
+
| f4\_e3m0 | 4-bit floating-point with 3 exponent bits and no mantissa bit |
26
27
27
28
28
29
@note
@@ -33,10 +34,10 @@ operations which take bool as inputs and/or outputs data type.
33
34
34
35
oneDNN supports training and inference with the following data types:
0 commit comments