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

Make sure that KOKKOS_CXX_HOST_COMPILER_ID is defined #4235

Merged
merged 1 commit into from
Aug 17, 2021

Conversation

masterleinad
Copy link
Contributor

After #4199, we use KOKKOS_CXX_HOST_COMPILER_ID for setting CPU flags but it wasn't defined if the compiler wasn't nvcc. Hence, some architecture flags were omitted.
This pull request just makes sure that KOKKOS_CXX_HOST_COMPILER_ID is defined and if not sets it equal to KOKKOS_CXX_COMPILER_ID.

@masterleinad masterleinad added this to In progress in Kokkos Release 3.5 via automation Aug 12, 2021
@masterleinad masterleinad added this to Awaiting Feedback in Developer: Daniel Arndt Aug 12, 2021
@masterleinad masterleinad moved this from In progress to Awaiting Feedback in Kokkos Release 3.5 Aug 12, 2021
@crtrott crtrott merged commit 23cfe6f into kokkos:develop Aug 17, 2021
Kokkos Release 3.5 automation moved this from Awaiting Feedback to Done Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Developer: Daniel Arndt
Awaiting Feedback
Development

Successfully merging this pull request may close these issues.

None yet

2 participants