-
Notifications
You must be signed in to change notification settings - Fork 788
[SYCL][NATIVECPU] Fix missing declarations for broadcast and shuffle operations #15140
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
…operations Multiple declarations were missing for shuffle and broadcast operations, in particular work group broadcast ones.
75096ac
to
69b9997
Compare
This should be done now. |
Thank you. Should there be some tests in the patch? |
No, I think e2e covers quite well, along with sycl cts. |
This patch adds new functionality, were there any e2e and/or CTS tests that failed due to lack of this? |
For native cpu yes, there were multiple errors from native cpu both on SYCL CTS and e2e (shown as link errors). We currently run those tests downstream until such time as we are able to pass all. |
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.
Thanks, LGTM!
@intel/llvm-gatekeepers please merge. |
… operations (intel#15140) Multiple declarations were missing for shuffle and broadcast operations, in particular work group broadcast ones. This adds them.
Multiple declarations were missing for shuffle and broadcast operations, in particular work group broadcast ones. This adds them.