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: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,18 +58,17 @@ NOTE: debug logging from CUDA in complex settings is a bit tricky, it involves a
58
58
59
59
See [ROADMAP.md](ROADMAP.md) for the detailed schedule. Target: **v0.9 at ICFP 2026 (August 24, 2026)**.
60
60
61
-
***0.6.2 (End Nov 2025): "you forgot to specify a hidden dimension".**
62
-
* Menhir einsum parser stabilization.
63
-
* Detection of user errors where there is missing information about a hidden dimension: disables guessing "no axes" or "dimension 1" for shapes of parameters.
64
61
***0.6.3 (Mid-Dec 2025): Padding inference for convolutions.**
65
62
* Padding inference during shape inference.
66
-
* Sokoban RL policy gradient example with a CNN (stretch goal).
63
+
* Toy CNN example: counting.
64
+
* HIP backend (AMD hardware) -- tentative.
67
65
***0.6.4 (End Dec 2025): Shape concatenation.**
68
66
* Add concatenation to the einsum syntax (an axis that is a concatenation of two axes each from another tensor); it's a generalization of stacking tensors.
69
67
* Handle shifting and explicit padding as special cases of concatenating with a fixed index: e.g. `1^i=>i` is shifting left by 1, and `i=>1^i` is padding on the left by 1.
70
68
***0.6.5 (Mid-Jan 2026): Transformer and position embeddings.**
71
69
* RoPE embeddings.
72
70
* Transformer for the Names dataset.
71
+
* Sokoban RL policy gradient example with a CNN (stretch goal).
73
72
***0.7.0 (End Jan 2026): Frontend finalization.** Paper-ready release before ICFP deadline (Feb 19).
74
73
* Cleanup of deprecated streams functionality.
75
74
* Migrating from the "hosted tensor" idea to always requiring a context when accessing tensors and dealing with devices directly.
@@ -103,6 +102,9 @@ See [ROADMAP.md](ROADMAP.md) for the detailed schedule. Target: **v0.9 at ICFP 2
103
102
104
103
For more details, see [CHANGES](CHANGES.md).
105
104
105
+
***0.6.2: "you forgot to specify a hidden dimension".**
106
+
* Menhir einsum parser.
107
+
* Detection of user errors where there is missing information about a hidden dimension: disables guessing "no axes" or "dimension 1" for shapes of parameters.
106
108
***0.6.1: Syntax extension improvements, transformer building blocks.**
107
109
* Heterogeneous precision operations.
108
110
* Counter-based randomness via threefry, second pass (pointwise and weak-but-efficient variants); normal distribution operation.
0 commit comments