Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
fnrizzi committed Jul 24, 2023
1 parent a17ca7b commit b210bff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions algorithms/src/std_algorithms/impl/Kokkos_ForEachForEachN.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,12 @@ IteratorType for_each_n_exespace_impl(const std::string& label,
// // checks
// Impl::static_assert_random_access_and_accessible(teamHandle, first);
// Impl::expect_valid_range(first, last);

// // run
// const auto num_elements = Kokkos::Experimental::distance(first, last);
// ::Kokkos::parallel_for(
// TeamThreadRange(teamHandle, 0, num_elements),
// StdForEachFunctor<IteratorType, UnaryFunctorType>(first, functor));

// teamHandle.team_barrier();

// return functor;
// }

Expand Down

0 comments on commit b210bff

Please sign in to comment.