Xilinx / mlir-air

MIT License
76 stars 26 forks source link

Channel Examples #648

Open hunhoffe opened 3 months ago

hunhoffe commented 3 months ago

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?

Synchronous vs Asynchronous

Placement

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