Xilinx / mlir-air

MIT License
76 stars 26 forks source link

Matrix Scalar Addition #621

Closed hunhoffe closed 3 months ago

hunhoffe commented 3 months ago

This PR seeks to add some examples of processing data in tiles using single cores or multiple cores, and dma_memcpy_nd or Channel operations.

There are currently issues with some of the examples in this directory, so some lit tests are currently expected to fail.

hunhoffe commented 3 months ago

single_core_dma and single_core_channel should presumably be working: https://github.com/Xilinx/mlir-air/issues/623

hunhoffe commented 3 months ago

Issues with multi_core_dma (https://github.com/Xilinx/mlir-air/issues/624) and multi_core_channel (https://github.com/Xilinx/mlir-air/issues/625)

hunhoffe commented 3 months ago

The multi_launch_channel is incomplete/experimental: https://github.com/Xilinx/mlir-air/issues/627

hunhoffe commented 3 months ago

Would like to enable experimental passes, eventually: https://github.com/Xilinx/mlir-air/issues/628