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: docs/source/index.rst
+69Lines changed: 69 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,72 @@ handling various current and proposed floating point types:
35
35
- `IEEE WG P3109 <https://github.com/awf/P3109-Public/blob/main/Shared%20Reports/P3109%20WG%20Interim%20report.pdf>`_: P{p} for p in 1..7
36
36
- Types from the `OCP MX <https://www.opencompute.org/documents/ocp-microscaling-formats-mx-v1-0-spec-final-pdf>`_ spec: E8M0, INT8, and FP4, FP6 types
37
37
38
+
Example
39
+
-------
40
+
This table (from example notebook :doc:`value-stats <02-value-stats>`) shows how
41
+
gfloat has been used to tabulate properties of various floating point formats.
42
+
43
+
- name: Format
44
+
- B: Bits in the format
45
+
- P: Precision in bits
46
+
- E: Exponent field width in bits
47
+
- smallest: Smallest positive value
48
+
- smallest_normal: Smallest positive normal value, NaN if no finite values are normal
49
+
- max: Largest finite normal value, NaN if all finite values are subnormal
0 commit comments