Skip to content

Commit c711001

Browse files
committed
Tiny update to the changelog
1 parent 6e11ff9 commit c711001

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
### Added
44

5-
- TODO: (Virtual) device-to-device synchronization functionality, with lazy per-tensor-node synchronization.
5+
- TODO: stream-to-stream synchronization functionality, with lazy per-tensor-node synchronization.
6+
- Fixed #245: tracking of used memory.
67

78
### Changed
89

@@ -11,8 +12,8 @@
1112
- Renaming: (virtual) `device` -> `stream`, `physical_device` -> `device`.
1213
- New files: split out `backend_types.ml` from `backends.ml`; moved `Tnode.task` to `task.ml`; renamed `backend_utils.ml` to `c_syntax.ml`.
1314
- Removed half-static verification of merge buffer nodes inside `device_to_device`.
15+
- Fixed #286: cross-stream-sharing incorporated into `Tnode.memory_mode`.
1416
- TODO: Moved the multicore backend from a `device = stream` model to a single device model.
15-
- TODO: Fixed #286: cross-stream-sharing incorporated into `Tnode.memory_mode`.
1617
- TODO: Built per-tensor-node stream-to-stream synchronization into device-to-device copying functions, removed obsolete blocking synchronizations.
1718

1819
### Fixed

0 commit comments

Comments
 (0)