Skip to content

Commit 59b9a3c

Browse files
committed
Binary8->P3109
1 parent 33f33e0 commit 59b9a3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ handling various current and proposed floating point types:
77

88
- [IEEE 754](https://en.wikipedia.org/wiki/IEEE_754): Binary16, Binary32
99
- [OCP Float8](https://www.opencompute.org/documents/ocp-8-bit-floating-point-specification-ofp8-revision-1-0-2023-06-20-pdf): E5M2, E4M3
10-
- [IEEE WG P3109](https://github.com/P3109/Public/blob/main/Shared%20Reports/IEEE%20WG%20P3109%20Interim%20Report.pdf): Binary8_{K}p{P} for K > 2, and 1 <= P < K.
10+
- [IEEE WG P3109](https://github.com/P3109/Public/blob/main/Shared%20Reports/IEEE%20WG%20P3109%20Interim%20Report.pdf): P3109_{K}p{P} for K > 2, and 1 <= P < K.
1111
- [OCP MX Formats](https://www.opencompute.org/documents/ocp-microscaling-formats-mx-v1-0-spec-final-pdf): E2M1, M2M3, E3M2, E8M0, INT8, and the MX block formats.
1212

1313
The library favours readability and extensibility over speed (although the *_ndarray functions are reasonably fast for large arrays, see the [benchmarking notebook](docs/source/04-benchmark.ipynb)).

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ handling various current and proposed floating point types:
4646

4747
- `IEEE 754 <https://en.wikipedia.org/wiki/IEEE_754>`_: Binary16, Binary32
4848
- `Brain floating point <https://en.wikipedia.org/wiki/Bfloat16_floating-point_format>`_: BFloat16
49-
- |p3109_link|: Binary8_{K}p{P} for K > 2, and 1 <= P < K.
49+
- |p3109_link|: P3109_{K}p{P} for K > 2, and 1 <= P < K.
5050
- |ocp_link|: E5M2, E4M3
5151
- Types from the |ocp_mx_link| spec: E8M0, INT8, and FP4, FP6 types
5252

0 commit comments

Comments
 (0)