-
Notifications
You must be signed in to change notification settings - Fork 124
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
[DeviceASAN][bugfix] Not allow concurrent kernel launches across different queue #2679
base: main
Are you sure you want to change the base?
[DeviceASAN][bugfix] Not allow concurrent kernel launches across different queue #2679
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
efe628f
to
029ef10
Compare
029ef10
to
fd60baf
Compare
Current UR head will have CI failures because #2606 is merged but its intel/llvm part intel/llvm#16747 is not merged. |
From the CI steps, it seems my PR will be merged to latest UR head before building (instead of directly using my branch). Therefore there is nothing I can do here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, just one nit.
I removed all other required reviewers since this only touches the sanitizer layer. |
Not allow concurrent kernel launches across different queues as the local/private shadow memory implementation does not support it.
intel/llvm PR: intel/llvm#16935