Skip to content

[SYCL][PL][L0] Fixes problem with possible deep recursion. #3093

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 2 commits into from
Jan 27, 2021
Merged

[SYCL][PL][L0] Fixes problem with possible deep recursion. #3093

merged 2 commits into from
Jan 27, 2021

Conversation

kbsmith-intel
Copy link
Contributor

Fixes an issue where cleanupAfterEvent could potentially very
deeply recurse releasing events from dependent wait lists.
This algorithm does not recurse at all, but adds to a list
of events to release, and iterates until the list is empty.

Fixes an issue where cleanupAfterEvent could potentially very
deeply recurse releasing events from dependent wait lists.
This algorithm does not recurse at all, but adds to a list
of events to release, and iterates until the list is empty.
smaslov-intel
smaslov-intel previously approved these changes Jan 25, 2021
Copy link
Contributor

@smaslov-intel smaslov-intel left a comment

Choose a reason for hiding this comment

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

LGTM

@romanovvlad romanovvlad merged commit ec6fbe1 into intel:sycl Jan 27, 2021
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