Skip to content
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

Change DAAL_INTEL_CPP_COMPILER to __INTEL_COMPILER #3

Merged
merged 3 commits into from
Aug 15, 2023

Conversation

Pahandrovich
Copy link
Collaborator

DAAL_INTEL_CPP_COMPILER check changed back to __INTEL_COMPILER

__INTEL_COMPILER is only defined when the application is built with the icc compiler.
DAAL_INTEL_CPP_COMPILER must be manually defined when building with any of the intel compilers.
icpx only defines the __INTEL_LLVM_COMPILER macro.
icpx -fsycl defines __INTEL_LLVM_COMPILER and SYCL_LANGUAGE_VERSION macros.

@amgrigoriev amgrigoriev merged commit 49bd0eb into dev/agrigorev-backend-selection Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants