Skip to content

[SYCL] Prework before protecting access to the event objects with a mutex #6179

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 20 commits into from
Jun 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
859f5d1
[SYCL] Remove unnecessary dependencies between cleanup functions
againull May 18, 2022
f845d32
[SYCL] Remove ZeCommandList member from _pi_event
againull May 18, 2022
e939853
[SYCL] Avoid calling unnecessary cleanup
againull May 18, 2022
8cc9962
[SYCL] Do events cleaning and releasing outside of queue lock
againull May 19, 2022
c454a0e
[SYCL] Remove LockedQueue usage which can lead to deadlock
againull May 19, 2022
931abdd
[SYCL] Improve cleanup function and make it thread-safe
againull May 19, 2022
44ba0cc
[SYCL] Make cleanup() and resetCommandLists() free functions
againull May 20, 2022
2cb04e8
Fix formatting
againull May 20, 2022
1801cc0
Remove unnecessary EventRelease function
againull May 23, 2022
07de73a
Move cleanup() outside of extern C
againull May 23, 2022
5186ba2
Move event's state update outside of resetCommandList
againull May 23, 2022
20d9157
Don't decrement ref count manually for tracing purposes
againull May 23, 2022
2c09438
Adress review comments
againull May 24, 2022
75292aa
Return cleanup() to the old place
againull May 24, 2022
4e4e8f0
Merge remote-tracking branch 'origin/sycl' into prework_event_protect
againull May 31, 2022
6627e0c
Address review comments
againull May 31, 2022
3687273
Fix formatting
againull Jun 1, 2022
3037f04
Merge remote-tracking branch 'origin/sycl' into prework_event_protect
againull Jun 1, 2022
304bdbe
Event is released in resetCommandList
againull Jun 1, 2022
a56a211
Make piEventRelease the last call because it may result in event dele…
againull Jun 1, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading