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

Fix CMake: CUDA Compile Features #307

Merged
merged 1 commit into from
May 1, 2024

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented May 1, 2024

Fix the requested compiler features for CUDA compiles. Should not ask for CXX language features in that case.

Fix the requested compiler features for CUDA
compiles. Should not ask for CXX language features in
that case.
@ax3l ax3l added bug Something isn't working backend: cuda Specific to CUDA execution (GPUs) install Build and installation bug: affects latest release Bug also exists in latest release version labels May 1, 2024
@ax3l
Copy link
Member Author

ax3l commented May 1, 2024

Update: technically, the old way did work as well, we just do usually not ask CXX language features for CUDA targets (e.g., in WarpX).

@ax3l ax3l removed bug Something isn't working bug: affects latest release Bug also exists in latest release version labels May 1, 2024
@ax3l ax3l merged commit 76c43ec into AMReX-Codes:development May 1, 2024
18 of 19 checks passed
@ax3l ax3l deleted the fix-cuda-compile branch May 1, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend: cuda Specific to CUDA execution (GPUs) install Build and installation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant