Skip to content

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