29 Kokkos::Profiling::pushRegion(
"FTNearest");
32 using MemorySpace =
typename TransferType::MemorySpace;
33 using Point = ::ArborX::Point<Dim, coordinates_t>;
44 Kokkos::Profiling::pushRegion(
"BVH construction and NN search");
46 ::ArborX::BoundingVolumeHierarchy
bvh(
51 Kokkos::Profiling::popRegion();