llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL] [NATIVECPU] Integrate OneAPI Construction Kit vectorizer

Open PietroGhg opened this issue 1 year ago • 3 comments

This PR enables Whole Function Vectorization for the Native CPU backend by integrating the OneAPI Construction Kit's vectorizer.

PietroGhg avatar Feb 08 '24 10:02 PietroGhg

:white_check_mark: With the latest revision this PR passed the C/C++ code formatter.

github-actions[bot] avatar Feb 08 '24 10:02 github-actions[bot]

Hi @intel/dpcpp-tools-reviewers, can I get some feedback on this PR?

PietroGhg avatar Feb 12 '24 09:02 PietroGhg

@intel/dpcpp-tools-reviewers friendly ping :)

PietroGhg avatar Feb 20 '24 10:02 PietroGhg

Hi @intel/llvm-gatekeepers, this looks ready to be merged, thank you

PietroGhg avatar Feb 28 '24 09:02 PietroGhg

Compilation of the project failed in post-commit. I've put up https://github.com/intel/llvm/pull/12852 to temporarily revert this PR while the reason for the failure is investigated.

sommerlukas avatar Feb 28 '24 12:02 sommerlukas

The post commit failure should be fixed by https://github.com/intel/llvm/pull/12854

PietroGhg avatar Feb 28 '24 15:02 PietroGhg