Skip to content

Commit

Permalink
Add KOKKOS_ENABLE_CXX26 to the configuration metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Jan 22, 2024
1 parent 39a0f3d commit 87f3284
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/src/impl/Kokkos_Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,11 @@ void pre_initialize_internal(const Kokkos::InitializationSettings& settings) {
#else
declare_configuration_metadata("options", "KOKKOS_ENABLE_CXX23", "no");
#endif
#ifdef KOKKOS_ENABLE_CXX26
declare_configuration_metadata("options", "KOKKOS_ENABLE_CXX26", "yes");
#else
declare_configuration_metadata("options", "KOKKOS_ENABLE_CXX26", "no");
#endif
#ifdef KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK
declare_configuration_metadata("options", "KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK",
"yes");
Expand Down

0 comments on commit 87f3284

Please sign in to comment.