-
Notifications
You must be signed in to change notification settings - Fork 789
[DeviceMSAN] Check use-of-uninitialized value on dynamic local memory #17180
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
Conversation
This reverts commit d8d7eba.
@intel/unified-runtime-reviewers, please review. Thanks. |
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 at a glance. I will leave the actual review to @zhaomaosu .
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
Failed tests are unrelated to this PR. |
Kindly ping @intel/unified-runtime-reviewers. |
@intel/llvm-gatekeepers, please merge. Failed tests are unrelated to this PR. |
Hi @AllanZyne, for the unrelated failure(s), can you please share the GH issue for those? Or create one if it doesn't already exist? |
I couldn't find it in issues, so I created one: #17369 |
thanks! |
…intel#17180) Support check use-of-uninitialized value on dynamic local memory, such as "sycl::local_accessor" --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
Support check use-of-uninitialized value on dynamic local memory, such as "sycl::local_accessor"