Skip to content

Commit

Permalink
[ci skip] Fix comment typo noticed in early analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Jan 11, 2023
1 parent 252ca8a commit 55fdd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/HIP/Kokkos_HIP_Parallel_MDRange.hpp
Expand Up @@ -241,7 +241,7 @@ class ParallelReduce<FunctorType, Kokkos::MDRangePolicy<Traits...>, ReducerType,
// Number of blocks is bounded so that the reduction can be limited to two
// passes. Each thread block is given an approximately equal amount of
// work to perform. Accumulate the values for this block. The accumulation
// ordering does not match the final pass, but is arithmatically
// ordering does not match the final pass, but is arithmetically
// equivalent.

this->exec_range(value);
Expand Down

0 comments on commit 55fdd75

Please sign in to comment.