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

OpenACC fixes for gcc12 #1754

Merged
merged 1 commit into from
Jun 30, 2022
Merged

Conversation

j-stephan
Copy link
Member

This PR works around two issues that appeared in #1713 with gcc12 and OpenACC.

  1. BufOaccImpl is now noexcept. gcc complained about this.
  2. allocBuf is now force-optimized with the -O2 level because it breaks on -O3. This is a work-around for gcc-12: Static analysis fails in release mode with activated OpenACC back-end #1752.

@j-stephan j-stephan mentioned this pull request Jun 30, 2022
@bernhardmgruber bernhardmgruber merged commit 6754e5b into alpaka-group:develop Jun 30, 2022
@j-stephan j-stephan deleted the oacc_fixes branch June 30, 2022 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants