Skip to content

Commit

Permalink
Update cmake/kokkos_arch.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Arndt <[email protected]>
  • Loading branch information
diehlpk and masterleinad authored Jul 26, 2024
1 parent 340747b commit 7bad15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/kokkos_arch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ IF (KOKKOS_CXX_HOST_COMPILER_ID STREQUAL NVHPC)
SET(KOKKOS_ARCH_AVX512XEON OFF)
ENDIF()

# FIXME_NVHPC nvc++ doesn't seem to support Arm Neon.
# FIXME_NVCC nvcc doesn't seem to support Arm Neon.
IF(KOKKOS_CXX_COMPILER_ID STREQUAL NVIDIA)
SET(KOKKOS_ARCH_ARM_NEON OFF)
ENDIF()
Expand Down

0 comments on commit 7bad15f

Please sign in to comment.