-
Notifications
You must be signed in to change notification settings - Fork 790
[ESIMD] Don't invoke sycl-post-link in clang tests #3651
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
// kernels: | ||
// - Proper 'kernel_arg_accessor_ptr' metadata is generated by the FE for | ||
// ESIMD kernels | ||
// - Pointers originating from accessors are marked with 'buffer_t' and proper |
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.
Are we just simply removing the checks from here w/o reproducing them elsewhere (e.g. in new LowerESIMD tests)?
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.
No, there are existing tests on LowerESIMD pass that check that. I mentioned this in the commit message.
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.
ok, I see, thanks.
// kernels: | ||
// - Proper 'kernel_arg_accessor_ptr' metadata is generated by the FE for | ||
// ESIMD kernels | ||
// - Pointers originating from accessors are marked with 'buffer_t' and proper |
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.
ok, I see, thanks.
@AaronBallman, @elizabethandrews, @premanandrao, ping. |
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 not my area of expertise, but the changes look reasonable to me, so LG (FWIW).
This fixes #3629.
Removed checks are performed in other places: in llvm and llvm-spirv components.