Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Outputqueue #66

Merged
merged 3 commits into from
Jan 3, 2022
Merged

Outputqueue #66

merged 3 commits into from
Jan 3, 2022

Conversation

dz333
Copy link
Collaborator

@dz333 dz333 commented Dec 15, 2021

This implements the following changes:

  • Linear pipelines (i.e. those that don't loop) now use the BypassQueue for their inputs by default, so calling them doesn't induce a 1 cycle delay.
  • The response queues for pipelines enforce that responses are available only in the original request order (i.e. blocking queues). We can reimplement the non-blocking queue functionality in the future.

@dz333 dz333 merged commit 0cee912 into main Jan 3, 2022
@dz333 dz333 deleted the outputqueue branch January 3, 2022 16:04
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant