Skip to content

Commit

Permalink
Rename arch
Browse files Browse the repository at this point in the history
  • Loading branch information
diehlpk committed Jan 31, 2024
1 parent 1d6413d commit 687ff56
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_MILKV)
declare_configuration_metadata("architecture", "CPU architecture", "RISCV")
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 687ff56

Please sign in to comment.