forked from nod-ai/iree-amd-aie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NpuDmaCpyNdOp/NpuDmaWaitOp] Return optional async token and wait for…
… multiple (nod-ai#827) 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.
- Loading branch information
Showing
21 changed files
with
659 additions
and
559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.