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

[DO NOT MERGE] Multikernel SPSC example #718

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

dpetrisko
Copy link
Contributor

This PR adds a multi-kernel SPSC example, which demonstrates how to combine several kernels together and run them in a single binary, using a single tile as a "host" core.

  • test_multifunction demonstrates each tile having its own kernel function
  • test_multikernel demonstrates each tile having its own kernel object
  • test_multispsc demonstrates communicating between these kernels using SPSC, initialized by the "host" core.

Further documentation to come

Depends on #682 #687

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

Successfully merging this pull request may close these issues.

1 participant