Skip to content

[SYCL] Clean up finished command nodes of the execution graph #1066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 12, 2020

Conversation

sergey-semenov
Copy link
Contributor

@sergey-semenov sergey-semenov commented Jan 28, 2020

Delete completed command nodes that are neither memory allocations
nor leaves for any memory object. This cleanup is performed at each
host-device synchronization point in order to avoid execution graph
bloat.

@sergey-semenov
Copy link
Contributor Author

sergey-semenov commented Jan 28, 2020

Review for the preceding commits: #1065

Copy link
Contributor

@romanovvlad romanovvlad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Delete completed command nodes that are neither memory allocations
nor leaves for any memory object. This cleanup is performed at each
host-device synchronization point in order to avoid execution graph
bloat.

Signed-off-by: Sergey Semenov <[email protected]>
Signed-off-by: Sergey Semenov <[email protected]>
Signed-off-by: Sergey Semenov <[email protected]>
@romanovvlad romanovvlad merged commit 438dc49 into intel:sycl Feb 12, 2020
@sergey-semenov sergey-semenov deleted the graphcleanup branch February 14, 2020 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants