Skip to content

Commit

Permalink
Run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Third Party committed Jan 3, 2024
1 parent cc0b95c commit b884b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/alpaka/nbody/nbody.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using FP = float;
constexpr auto problemSize = 64 * 1024; ///< total number of particles
constexpr auto steps = 20; ///< number of steps to calculate, excluding 1 warmup run
constexpr auto allowRsqrt = false; // rsqrt can be way faster, but less accurate (some compilers may insert an
// additional newton raphson refinement)
// additional newton raphson refinement)
constexpr auto runUpdate = true; // run update step. Useful to disable for benchmarking the move step.

#if defined(ALPAKA_ACC_CPU_B_SEQ_T_SEQ_ENABLED) || defined(ALPAKA_ACC_CPU_B_OMP2_T_SEQ_ENABLED) \
Expand Down

0 comments on commit b884b5c

Please sign in to comment.