File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments