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

SYCL - SIMD: preventing AVX512 code to be compiled when targeting GPU #2510

Merged
merged 2 commits into from
Feb 26, 2025

Conversation

lucbv
Copy link
Contributor

@lucbv lucbv commented Feb 25, 2025

There is a check missing to verify that we are not trying to compile AVX512 intrinsic in GPU code which is obviously not a good idea.

There is a check missing to verify that we are not trying to compile
AVX512 intrinsic in GPU code which is obviously not a good idea.

Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
@lucbv lucbv added bug Cleanup Code maintenance that isn't a bugfix or new feature labels Feb 25, 2025
@lucbv lucbv self-assigned this Feb 25, 2025
@lucbv
Copy link
Contributor Author

lucbv commented Feb 25, 2025

@masterleinad please have a look, this should fix the issue we are having with the AVX512 intrinsics.

@masterleinad
Copy link
Contributor

Might be conflicting with #2451.

Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
@lucbv lucbv merged commit 4f483cd into kokkos:develop Feb 26, 2025
18 checks passed
@lucbv lucbv deleted the SIMD_SYCL_fix branch February 26, 2025 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Cleanup Code maintenance that isn't a bugfix or new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants