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

Remove DEAL_II_COMPILER_CUDA_AWARE #14621

Merged
merged 1 commit into from Dec 30, 2022

Conversation

masterleinad
Copy link
Member

DEAL_II_COMPILER_CUDA_AWARE is always true when CUDA support is enabled. Hence, it makes more sense to use KOKKOS_ENABLE_CUDA instead or use a different guard provided by Kokkos for code that should only be executed on the host or device (in case the function is annotated accordinlgy).
This pull request simply removes DEAL_II_COMPILER_CUDA_AWARE since it doesn't seem likely that anyone would you use it outside of deal.II but we could, of course, also keep it for awhile.

@masterleinad masterleinad marked this pull request as ready for review December 29, 2022 16:34
@masterleinad
Copy link
Member Author

/rebuild

@Rombur
Copy link
Member

Rombur commented Dec 30, 2022

This needs to be rebased on master

@masterleinad
Copy link
Member Author

This needs to be rebased on master

Done.

@masterleinad masterleinad merged commit e20814c into dealii:master Dec 30, 2022
@masterleinad masterleinad deleted the remove_compiler_cuda_aware branch December 30, 2022 19:11
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.

None yet

4 participants