Open
Description
From @nirvedhmeshram:
Dont have to do this in this PR, but it would be good to just have a pass that lowers memcopy to dma because the air::createCopyToDmaPass does a lot of other stuff looking for subviews that we (hopefully) dont need.
Additionally, a new pass can be created/the existing AMDAIEPackToDmaPass
can be updated to convert LinalgExt::PackOp
into AMDAIE::DmaCpyNdOp
.