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

work around a CUDA linker issue with the NSE table #1395

Merged
merged 1 commit into from
Nov 26, 2023

Conversation

zingale
Copy link
Member

@zingale zingale commented Nov 26, 2023

No description provided.

@zingale zingale merged commit 965a061 into AMReX-Astro:development Nov 26, 2023
24 checks passed
@zingale zingale deleted the nse_cuda branch November 26, 2023 00:57
@zingale
Copy link
Member Author

zingale commented Nov 30, 2023

according to NVIDIA this is not a bug.

std::max accepts arguments by reference (TIL) and there is an nvcc limitation where you can only use constexpr host variables in device code if it’s by-value and not by-reference

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.

None yet

2 participants