-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathChangeLog
More file actions
27 lines (21 loc) · 819 Bytes
/
ChangeLog
File metadata and controls
27 lines (21 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
0.5: August 21, 2025
- Use array-api for cross-framework compatibility
- Fix rounding issue for large bfloat16s by @blissb-positron in #49
- Replaced microxscaling with torchao
- Update IEEE P3109 implementation to Interim Report v3
0.4: Nov 13, 2024
- Add stochastic rounding
- Add vectorized versions of round/encode/decode for near-JAX speed
- Update IEEE P3109 implementation to Interim report v2
0.3: Jun 10, 2024
- Use python ints throughout, adding float64 to test
- Simplify round, fix directed rounding
- Rename "ival" to "code" in FloatValue
- Shorten format names from "format_info_*" to "*"
0.2: May 21, 2024
- Add MX Formats
- Improved CI
- Add value table pretty-printing
0.1: May 2, 2024
- First released version
Copyright (c) 2024 Graphcore Ltd. All rights reserved.