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

Re-Enable FPE Trap for SYCL #3430

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

WeiqunZhang
Copy link
Member

FPE trapping was disabled for SYCL in the past due to a bug in the Intel graphics compiler. The bug has long been fixed.

Also remove the macro for PGI, because we don't need to support PGI < 16 anymore.

More information about the bug. The JIT compiler computed sqrt(-1) and was caught by AMReX's signal handler.

FPE trapping was disabled for SYCL in the past due to a bug in the Intel
graphics compiler. The bug has long been fixed.

Also remove the macro for PGI, because we don't need to support PGI < 16
anymore.
@WeiqunZhang WeiqunZhang enabled auto-merge (squash) July 19, 2023 16:52
@WeiqunZhang WeiqunZhang merged commit 20f9d30 into AMReX-Codes:development Jul 19, 2023
66 checks passed
@WeiqunZhang WeiqunZhang deleted the sycl_fpe_trap branch July 19, 2023 18:07
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