-
Notifications
You must be signed in to change notification settings - Fork 752
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
[SYCL] [NATIVECPU] Integrate OneAPI Construction Kit vectorizer #12659
Conversation
✅ With the latest revision this PR passed the C/C++ code formatter. |
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.
FE changes LGTM
Hi @intel/dpcpp-tools-reviewers, can I get some feedback on this PR? |
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.
FE changes LGTM
@intel/dpcpp-tools-reviewers friendly ping :) |
Hi @intel/llvm-gatekeepers, this looks ready to be merged, thank you |
Compilation of the project failed in post-commit. I've put up #12852 to temporarily revert this PR while the reason for the failure is investigated. |
The post commit failure should be fixed by #12854 |
Fixes post commit failure from #12659.
This PR enables Whole Function Vectorization for the Native CPU backend by integrating the OneAPI Construction Kit's vectorizer.