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: CHANGES.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,7 @@
20
20
- Also renamed the badly named `Get_global` to `Access`.
21
21
- Initialization now needs to be handled via running the corresponding code explicitly. In particular `Tensor.init_params` will run the forward code of tensors from the `params` field.
22
22
- Virtual nodes and inlining now also work across routines. This required changing the API to pass the `optimize_ctx` optimization context.
23
-
- TODO: The modes can now be escalated from non-hosted to hosted. This means the `Tnode.array` field is no longer lazy, but mutable.
24
-
- The virtual memory mode is now tagged with whether the node is constant.
25
-
23
+
- TODO: The memory modes now decide between non-hosted and hosted based on type inference (dependent types style). (FIXME: is this at all possible?)
0 commit comments