Xilinx / mlir-air

MIT License
71 stars 26 forks source link

Programming Example: Data Transfer Transpose #649

Closed hunhoffe closed 2 weeks ago

hunhoffe commented 2 weeks ago

This example is based on the DMA Transpose example in mlir-aie.

There are two versions, one that uses channels and one that uses dma_memcpy_nd

hunhoffe commented 2 weeks ago

@fifield thanks for the review!