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

[WIP] Host stream #816

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

[WIP] Host stream #816

wants to merge 12 commits into from

Conversation

dpetrisko
Copy link
Collaborator

WIP -- not ready for review yet.

This PR adds a test demonstrating concurrent host<->mc communication. The goal is not maximizing throughput, but instead streaming data in a consistent and predictable fashion while also tolerating fluctuations in network latency. The test added here streams data from host->mc->mc->mc->mc->host, moving over circular buffers several times.

This required a few changes to the libraries.

  • First, we needed to implement the timeout functionality in bsg_manycore_plaform_receive.
  • Second, we need to handle the timeout error in hb_mc_device_podv_wait_for_tile_group_finish_any
  • Last, we need to expose hb_mc_device_podv_wait_for_tile_group_finish_any as a public function

This relies on #808

@dpetrisko dpetrisko added the Feature Request New feature or request label Jan 23, 2023
@dpetrisko dpetrisko self-assigned this Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant