-
Notifications
You must be signed in to change notification settings - Fork 768
[DeviceSanitizer] Move isUnsupportedSPIRAccess to SPIRVSanitizerCommonUtils.cpp. #17597
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
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
…s namespace. Both AddressSanitizer and MemorySanitizer ignore target extension type.
2f69c88
to
d8b5506
Compare
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.
CODEOWNERS file 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
@intel/dpcpp-tools-reviewers , can you please take a look? Thanks. |
@intel/dpcpp-tools-reviewers , please help review the pr, thanks very much. |
@intel/llvm-gatekeepers , can you please merge the pr? Thanks very much. |
@haonanya1 this PR has caused a post commit failure https://github.com/intel/llvm/actions/runs/14613379957 |
It looks like infra issue to me.
|
that's right but there was a e2e test failing on windows but after re-trying the jobs it has passed now |
Both AddressSanitizer and MemorySanitizer ignore target extension type.