-
Notifications
You must be signed in to change notification settings - Fork 787
[DeviceSanitizer] refine option parsing #15293
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] refine option parsing #15293
Conversation
Kindly ping @dpcpp-sanitizers-review @intel/unified-runtime-reviewers for review. |
Kindly ping @intel/dpcpp-sanitizers-review for review. |
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.
Great!
Hi @intel/llvm-gatekeepers , please help merge this PR, thanks. |
@yingcong-wu @intel/dpcpp-sanitizers-review Seeing this fail in postcommit on Arc, can someone take a look?
https://github.com/intel/llvm/actions/runs/11037560969/job/30659164525 |
@sarnex Sure, I will take a look at this failure now. |
There is a FileCheck line within test case not updated accordingly, open PR #15517 to fix it. |
Hi @sarnex , a fix has been merged for the failure. Please let me know if there still problems. Thank you. |
@yingcong-wu Seems fixed now, thanks! |
@@ -0,0 +1,39 @@ | |||
// REQUIRES: linux |
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.
This is an incorrect location for this test. Functionality that is being tested resides in Unified Runtime and therefore it should be tested there
Add a test for option parsing.
UR PR: oneapi-src/unified-runtime#2054