Xilinx / mlir-air

MIT License
71 stars 26 forks source link

Channel Examples: Worker-to-self, Worker-to-worker #653

Closed hunhoffe closed 1 week ago

hunhoffe commented 1 week ago

An example using mlir-air Channels to send data between two workers. Part of https://github.com/Xilinx/mlir-air/issues/648

Also created an example of worker-to-self that currently does not work, but submitting with expected failure in the lit test. This corresponds to issue: https://github.com/Xilinx/mlir-air/issues/654

I was also unable to get worker-to-worker working correctly. It's possible it's my own bug in some way I haven't reasoned through (it could probably use a good reviewing by a second set of eyes). I created an issue for this too: https://github.com/Xilinx/mlir-air/issues/660