Skip to content

Commit

Permalink
Few minor changes based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Apr 4, 2024
1 parent bd02e09 commit 9167cf7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions src/details/ArborX_DetailsBruteForceImpl.hpp
Expand Up @@ -110,8 +110,7 @@ struct BruteForceImpl
predicates_per_team);
ScratchIndexableType scratch_indexables(teamMember.team_scratch(0),
indexables_per_team);
// fill the scratch space with the predicates / indexables in the
// tile
// fill the scratch space with the predicates / indexables in the tile
Kokkos::parallel_for(
Kokkos::TeamVectorRange(teamMember, predicates_in_this_team),
[&](const int q) {
Expand Down
1 change: 0 additions & 1 deletion test/tstKokkosToolsAnnotations.cpp
Expand Up @@ -41,7 +41,6 @@ BOOST_AUTO_TEST_CASE_TEMPLATE(bvh_bvh_allocations_prefixed, DeviceType,
void const * /*ptr*/, uint64_t /*size*/) {
std::regex re("^(Testing::"
"|ArborX::BVH::"
"|ArborX::NearestBufferProvider::"
"|ArborX::Sorting::"
"|Kokkos::SortImpl::BinSortFunctor::"
"|Kokkos::Serial::" // unsure what's going on
Expand Down
1 change: 0 additions & 1 deletion test/tstKokkosToolsDistributedAnnotations.cpp
Expand Up @@ -38,7 +38,6 @@ BOOST_AUTO_TEST_CASE_TEMPLATE(
std::regex re("^(Testing::"
"|ArborX::DistributedTree::"
"|ArborX::BVH::"
"|ArborX::NearestBufferProvider::"
"|ArborX::Sorting::"
").*");
BOOST_TEST(std::regex_match(label, re),
Expand Down

0 comments on commit 9167cf7

Please sign in to comment.