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: fix '-flink-huge-device-code' compiler flag #4332

Conversation

stephan-rohr
Copy link
Contributor

The '-fsycl-link-huge-device-code' compiler flag is marked as deprecated starting with the oneAPI 2023.2 release. It was removed with the 2025.0 release. The equivalent setting '-flink-huge-device-code' was added in the 2023.2 release. Use the new setting with compiler versions greater 2023.1.

Summary

Additional background

See release notes for more details:
https://www.intel.com/content/www/us/en/developer/articles/release-notes/intel-oneapi-dpc-c-compiler-release-notes.html

Checklist

The proposed changes:

  • fix a bug or incorrect behavior in AMReX
  • add new capabilities to AMReX
  • changes answers in the test suite to more than roundoff level
  • are likely to significantly affect the results of downstream AMReX users
  • include documentation in the code and/or rst files, if appropriate

The '-fsycl-link-huge-device-code' compiler flag is marked as deprecated
starting with the oneAPI 2023.2 release.  It was removed with the
2025.0 release.  The equivalent setting '-flink-huge-device-code' was
added in the 2023.2 release.  Use the new setting with compiler versions
greater 2023.1.
Copy link
Member

@WeiqunZhang WeiqunZhang 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 the PR!

@WeiqunZhang WeiqunZhang merged commit 240e2a8 into AMReX-Codes:development Feb 13, 2025
75 checks passed
@stephan-rohr stephan-rohr deleted the wip/stephan/SYCL_huge_device_code branch February 14, 2025 09:03
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