-
Notifications
You must be signed in to change notification settings - Fork 788
[DeviceMSAN] Use device usm to allocate LaunchInfo #17948
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
libdevice/sanitizer/asan_rtl.cpp
Outdated
@@ -339,6 +339,7 @@ void __asan_exit(ErrorType error_type) { | |||
__devicelib_exit(); | |||
break; | |||
default: | |||
break; |
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.
fix compile warning
unified-runtime/source/loader/layers/sanitizer/msan/msan_interceptor.hpp
Outdated
Show resolved
Hide resolved
@intel/unified-runtime-reviewers, please review. Thanks! |
unified-runtime/source/loader/layers/sanitizer/msan/msan_interceptor.cpp
Outdated
Show resolved
Hide resolved
Hi @intel/unified-runtime-reviewers, please review, thanks! |
Sorry, I will resolve the conflict first. |
Failed test is tracked by #15207 @intel/llvm-gatekeepers, please merge. Thanks |
Fix cts segment fault on accessing shared usm
Fix cts segment fault on accessing shared usm