-
Notifications
You must be signed in to change notification settings - Fork 801
[Opaque Pointer][LLVM][Test] Remove ifdef and port tests #11062
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
|
Ping @intel/dpcpp-tools-reviewers . Thanks. |
|
Thanks @bader ! @intel/llvm-gatekeepers Can we get this merged. Thanks! |
|
@jsji, we need code owners' approval to merge this. |
Ah... Sure. Did not notice that @intel/dpcpp-tools-reviewers haven't reviewed. Thanks for reminding. |
| @@ -1,23 +1,21 @@ | |||
| ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2 | |||
| ; ifndef INTEL_SYCL_OPAQUEPOINTER_READY | |||
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 thought we remove the code inside ifndef. Can you please clarify?
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.
Yes, this was guarded because we were only testing typed pointer (the test can only be run in typed pointer mode). This PR ported the testcase into opaque pointer, so we now can remove the guard to let it run.
asudarsa
left a comment
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 think I understand the changes. Just requested a quick clarification. But the changes are fine.
Thanks
|
@intel/llvm-gatekeepers Can we get this merged. Thanks! |
These tests were guarded within ifdef, so missed in last porting.