forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Making execution region results queue-ordered allocas.
We don't currently insert deallocas and don't track live ranges but that can come in the future as we support more control flow. For now this at least gets all of the common allocations within an invocation into the queue-ordered bucket so that we can do proper async execution and use native queue-ordered (e.g. stream-ordered allocations in CUDA) functionality. With this change the caching allocator is no longer needed for CUDA in almost all cases.
- Loading branch information
1 parent
a03d9ae
commit 1140e1c
Showing
21 changed files
with
262 additions
and
315 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.