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

Channel Examples #648

Open
9 of 11 tasks
hunhoffe opened this issue Jul 3, 2024 · 0 comments
Open
9 of 11 tasks

Channel Examples #648

hunhoffe opened this issue Jul 3, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@hunhoffe
Copy link
Contributor

hunhoffe commented Jul 3, 2024

Channels are a key abstraction of mlir-air, but there are few examples for how to use them. This issue is a place to discuss which examples are needed to show how channels work, and which of those examples are implemented.

Functional Examples

Failing Examples

Not-Yet Implemented Examples

Discussion Topics

Is Launch2Launch Desirable?

  • Some trouble creating multiple launches, so this may be a little early in terms of creating a launch2launch channel communication (see issue Multiple launches, herd with single core #627)
  • What information would you need to scheduling launches in order to do this?

Synchronous vs Asynchronous

  • Might one day be good to have some examples where the user explicitly sets async tokens on channel operations, but this capability isn't implemented yet in the air dependency pass.

Placement

  • An example doing something specific with channels based on placement of resources?

What is the best way to implement a sliding window of data with channels?

  • Do we need some sort of peek() functionality?
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

No branches or pull requests

1 participant