-
Notifications
You must be signed in to change notification settings - Fork 762
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] Move isUnsupportedSPIRAccess to SPIRVSanitizerCommonUtils.cpp. #17597
base: sycl
Are you sure you want to change the base?
Conversation
…s namespace. Both AddressSanitizer and MemorySanitizer ignore target extension type.
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.
There is sanitize_address
and ; CHECK-NOT: call void @asan_load
in this file. Is something wrong 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.
I didn't check lit, let me double check.
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.
done, thanks.
228db00
to
39a294c
Compare
IMO, the file name "SanitizerCommonUtils" is too general, it doesn't look like a file specific to the device sanitizer. |
There is a file named SPIRITTAnnotations.h, What about SPIRVSanitizerCommonUtils? |
8d2c27f
to
e931921
Compare
@intel/dpcpp-tools-reviewers, could you please help me to trigger CI? Thanks. |
72023d9
to
6e982c2
Compare
Both AddressSanitizer and MemorySanitizer ignore target extension type.