Skip to content

Commit

Permalink
Move final assignment to correct scope
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Sep 20, 2023
1 parent 5f279b0 commit 988a9e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/Cuda/Kokkos_Cuda_Team.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -814,8 +814,9 @@ parallel_scan(const Impl::ThreadVectorRangeBoundariesStruct<
Impl::in_place_shfl(accum, val, mask, blockDim.x, active_mask);
}

reducer.reference() = accum;

))
reducer.reference() = accum;
}

//----------------------------------------------------------------------------
Expand Down

0 comments on commit 988a9e6

Please sign in to comment.