This PR makes the return type of AMDAIE::NpuDmaCpyNdOp optional and more explicit by introducing an amdaie.async_token type. The AMDAIE::NpuDmaWaitOp will now operate on operands of the async token type . This is consistent with how gpu.async_token is used in the GPU dialect.
This PR makes the return type of
AMDAIE::NpuDmaCpyNdOp
optional and more explicit by introducing anamdaie.async_token
type. TheAMDAIE::NpuDmaWaitOp
will now operate on operands of the async token type . This is consistent with howgpu.async_token
is used in the GPU dialect.