Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
diehlpk committed Feb 1, 2024
1 parent 31b6bfe commit b7d748a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/impl/Kokkos_Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,8 @@ void pre_initialize_internal(const Kokkos::InitializationSettings& settings) {
declare_configuration_metadata("architecture", "CPU architecture",
"AMD_ZEN3");
#elif defined(KOKKOS_ARCH_RISCV_MILKV)
declare_configuration_metadata("architecture", "CPU architecture", "Milk-V (RISC-V)")
declare_configuration_metadata("architecture", "CPU architecture",
"Milk-V (RISC-V)")
#else
declare_configuration_metadata("architecture", "CPU architecture", "none");
#endif
Expand Down

0 comments on commit b7d748a

Please sign in to comment.