Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Feb 6, 2024
1 parent 6220085 commit e704b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/impl/Kokkos_Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ void pre_initialize_internal(const Kokkos::InitializationSettings& settings) {
declare_configuration_metadata("architecture", "CPU architecture",
"AMD_ZEN3");
#elif defined(KOKKOS_ARCH_RISCV_SG2042)
declare_configuration_metadata("architecture", "CPU architecture",
declare_configuration_metadata("architecture", "CPU architecture",
"SG2042 (RISC-V)")
#else
declare_configuration_metadata("architecture", "CPU architecture", "none");
Expand Down

0 comments on commit e704b22

Please sign in to comment.