Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

By gop parallelism #2665

Closed
wants to merge 5 commits into from
Closed

By gop parallelism #2665

wants to merge 5 commits into from

Conversation

lu-zero
Copy link
Collaborator

@lu-zero lu-zero commented Feb 9, 2021

image

This set will add by-gop processing and by-gop parallelism to rav1e.

  • Use the channel-api to replace the current API (this makes rav1e wasm-incompatible)
    • Make the RC data emission in sync with the packets by making bundles
  • Simplify the internals to process the data passing around a Gop structures instead of the current internal accounting and clean up phase
  • Use channels to connect the Gop processing stages
  • Add simple parallelism by dispatching Gops to multiple pipelines and emit the packets in order from a reordering queue
  • Make a new lower level public API for consumers such as rav1e-by-gop to provide richer experience (e.g. multi-node processing)
  • Use the lower level API to support the wasm target again.

@lu-zero
Copy link
Collaborator Author

lu-zero commented Oct 29, 2021

Otherwise implemented and landed :)

@lu-zero lu-zero closed this Oct 29, 2021
@lu-zero lu-zero deleted the by-gop branch October 29, 2021 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant