-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(hydroflow_plus)!: add an explicit API for creating tick contexts (…
…#1550) Previously, each location had a (semantic) global clock that drives ticks, and so all streams in a tick domain were all in the same atomic block. For future optimizations, we'd like developers to be able to place streams on the same location into different clocks to eliminate synchronization between them, which in turn would allow the computations in those separate clocks to be potentially decoupled across machines.
- Loading branch information
Showing
24 changed files
with
437 additions
and
288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.