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

common: disabling #pragma omp simd on windows debug builds #2834

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

spalicki
Copy link
Contributor

@spalicki spalicki commented Mar 6, 2025

#pragma omp simd on Windows debug builds in some corner cases creates incorrect code that leads to wrong results. We are disabling it using /Qopenmp-simd- compilation flag, but it seems to not be enough.

@spalicki spalicki self-assigned this Mar 6, 2025
@spalicki spalicki requested a review from a team as a code owner March 6, 2025 23:29
@spalicki spalicki force-pushed the spalicki/win_debug_simd branch 2 times, most recently from df73011 to 0ec3163 Compare March 7, 2025 05:38
@spalicki spalicki force-pushed the spalicki/win_debug_simd branch from 0ec3163 to d00aa1a Compare March 10, 2025 16:36
@spalicki spalicki force-pushed the spalicki/win_debug_simd branch from d00aa1a to 130f0d7 Compare March 10, 2025 22:54
@spalicki spalicki merged commit f596714 into main Mar 11, 2025
22 checks passed
@spalicki spalicki deleted the spalicki/win_debug_simd branch March 11, 2025 00:36
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.

4 participants