Xilinx / mlir-aie

An MLIR-based toolchain for AMD AI Engine-enabled devices.
Other
288 stars 82 forks source link

Offset and validation fixes for npu_memcpy_nd #1580

Closed andrej closed 3 months ago

andrej commented 3 months ago

1538 introduced a bug (#1578) to the offset calculation in npu_dma_memcpy. This was not caught because there were not sufficient tests for this feature. This PR

andrej commented 3 months ago

Thanks for having a look @fifield and @AndraBisca. I think I've addressed all feedback