-
Notifications
You must be signed in to change notification settings - Fork 116
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
[DeviceSanitizer] Support detecting out-of-bounds error on DeviceGlobals #1354
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1354 +/- ##
==========================================
- Coverage 14.82% 12.52% -2.31%
==========================================
Files 250 239 -11
Lines 36220 35919 -301
Branches 4094 4075 -19
==========================================
- Hits 5369 4498 -871
- Misses 30800 31417 +617
+ Partials 51 4 -47 ☔ View full report in Codecov by Sentry. |
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
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
please rebase and update the intel/llvm PR. |
Done. The pre-ci of intel/llvm PR has finished, there is one windows failure which is known issue and is tracked by intel/llvm#12798. @pbalcer, could you please help merge this PR? |
*Fix event lists are not correctly passed to KernelLaunch
intel/llvm PR: intel/llvm#12753