Skip to content

Commit

Permalink
try printf
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Nov 15, 2024
1 parent c67e439 commit 2925425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/ppPrint.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace pumipic {
#if defined(SPDLOG_ENABLED) && defined(PP_PRINT_ENABLED) && !defined(ACTIVE_GPU_EXECUTION)
spdlog::info("{}", fmt::sprintf(fmt, args...));
#elif defined(PP_PRINT_ENABLED)
Kokkos::printf(fmt, args...);
printf(fmt, args...);
#endif
}

Expand Down

0 comments on commit 2925425

Please sign in to comment.