Xilinx / mlir-air

MIT License
71 stars 26 forks source link

Update mlir-aie #638

Closed fifield closed 2 weeks ago

fifield commented 2 weeks ago

update mlir-aie to include https://github.com/Xilinx/mlir-aie/pull/1586

hunhoffe commented 2 weeks ago

@fifield the examples in mlir-air/programming_examples/matrix_scalar_add were more or less structured based off of the matrix-scalar-add example in mlir-aie, which got changed in https://github.com/Xilinx/mlir-aie/pull/1586. Do you think similar changes should be made to the programming examples here in air?

If so, let me know and I can make a PR.

fifield commented 2 weeks ago

@fifield the examples in mlir-air/programming_examples/matrix_scalar_add were more or less structured based off of the matrix-scalar-add example in mlir-aie, which got changed in Xilinx/mlir-aie#1586. Do you think similar changes should be made to the programming examples here in air?

If so, let me know and I can make a PR.

The examples in mlir-air should be insulated from the changes in mlir-aie, unless you are using aiex.npu.dma_memcpy_nd directly.