nod-ai / iree-amd-aie

IREE plugin repository for the AMD AIE accelerator
Apache License 2.0
46 stars 23 forks source link

[AMD-AIE] Fix the onus of controlling addressing for L3 DmaCpyNdOp #393

Closed Abhishek-Varma closed 1 month ago

Abhishek-Varma commented 1 month ago

-- This commit adds a fix to DmaCpyNd -> Circular/Npu DmaCpyNd. -- If the source of DmaCpyNd op is from L3 then the addressing will be controlled by the uController. -- If the target of DmaCpyNd op is from L3 - then addressing will be controlled by the circular DMA at shim tile.

Signed-off-by: Abhishek Varma abhvarma@amd.com