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

Add architecture flags for MSVC #5673

Merged
merged 2 commits into from
Dec 8, 2022

Conversation

masterleinad
Copy link
Contributor

Fixes #5663. Note that I haven't tested this myself either.

@@ -239,6 +239,7 @@ IF (KOKKOS_ARCH_ARMV80)
COMPILER_SPECIFIC_FLAGS(
COMPILER_ID KOKKOS_CXX_HOST_COMPILER_ID
Cray NO-VALUE-SPECIFIED
MSVC NO-VALUE-SPECIFIED
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
MSVC NO-VALUE-SPECIFIED
MSVC /arch:armv8.0

@@ -248,6 +249,7 @@ IF (KOKKOS_ARCH_ARMV81)
COMPILER_SPECIFIC_FLAGS(
COMPILER_ID KOKKOS_CXX_HOST_COMPILER_ID
Cray NO-VALUE-SPECIFIED
MSVC NO-VALUE-SPECIFIED
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
MSVC NO-VALUE-SPECIFIED
MSVC /arch:armv8.1

Co-authored-by: Damien L-G <dalg24@gmail.com>
@dalg24
Copy link
Member

dalg24 commented Dec 8, 2022

Failures are unrelated (machine out of disk space)

Copy link
Member

@dalg24 dalg24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make sure you update the changelog

@dalg24 dalg24 added the CHANGELOG Item to be included in release CHANGELOG label Dec 8, 2022
@dalg24 dalg24 merged commit f3cf72a into kokkos:develop Dec 8, 2022
@masterleinad masterleinad mentioned this pull request Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CHANGELOG Item to be included in release CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants