Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Test for event destruction #574

Merged
merged 4 commits into from
Nov 24, 2021
Merged

Conversation

maximdimakov
Copy link

This is the test for : intel/llvm#4793
Signed-off-by: mdimakov [email protected]

dm-vodopyanov pushed a commit to intel/llvm that referenced this pull request Nov 19, 2021
When event_impl's d-tor is called its dependencies are starting to recursive releasing. It leads to stack overflow.
Clearing event_impl dependencies in graph cleanup helps to eliminate this problem.
getWaitList was moved to event_impl class so the work with dependencies could be wrapped to mutex.
Test : intel/llvm-test-suite#574
Signed-off-by: mdimakov <[email protected]>
@vladimirlaz
Copy link

SYCL :: Reduction/reduction_range_* test failing on CUDA due to the regression in the compiler unrelated to the patch (intel/llvm#5008).

@vladimirlaz vladimirlaz merged commit 1a137e5 into intel:intel Nov 24, 2021
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants