Skip to content

[SYCL] Disable fast math in marray_geometric and math_vectorized_isgreater_test #15281

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

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

jchlanda
Copy link
Contributor

@jchlanda jchlanda commented Sep 4, 2024

Very much the same as #15223

  • marray_geometric - golden values against delta, which in fast math mode is not accurate enough,
  • math_cectorized_isgreater_test - uses compiler builtins (__builtin_isgreaterequal, __builtin_isgreater), when combined with fast math mode all bets are off.

@jchlanda jchlanda requested review from a team as code owners September 4, 2024 10:24
Copy link
Contributor

@Alcpz Alcpz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for spotting these @jchlanda

@jchlanda
Copy link
Contributor Author

jchlanda commented Sep 5, 2024

@intel/llvm-gatekeepers this should be ready to go.
Thank you!

@martygrant martygrant merged commit 603dcd6 into intel:sycl Sep 5, 2024
14 checks passed
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