Skip to content
Success

Changes

Summary

  1. Move intersects and distance from Details to Experimental (commit: 719734c) (details)
  2. Move distance() and intersects() to ArborX proper (commit: f4204aa) (details)
  3. Rename distance lambda in Boruvka helpers to avoid ickyness (commit: 773150a) (details)
  4. Fix running annotations test with loaded Kokkos tool (commit: b0acf70) (details)
  5. Reset push regions for the throw test (commit: 920f484) (details)
  6. Properly pop profiling region when throwing an exception (commit: ce957fd) (details)
  7. Remove OpenMPTarget backend support from tests and benchmarks (commit: a9266c1) (details)
Commit 719734c73577d28bc24c2fe4c0815a128c0a3e36 by Andrey Prokopenko
Move intersects and distance from Details to Experimental
(commit: 719734c)
The file was modifiedsrc/cluster/detail/ArborX_DistributedDBSCANHelpers.hpp (diff)
The file was modifiedsrc/spatial/detail/ArborX_Predicates.hpp (diff)
The file was modifiedsrc/geometry/algorithms/ArborX_Intersects.hpp (diff)
The file was modifiedsrc/cluster/detail/ArborX_BoruvkaHelpers.hpp (diff)
The file was modifiedsrc/interpolation/detail/ArborX_InterpDetailsCompactRadialBasisFunction.hpp (diff)
The file was modifiedtest/tstQueryTreeCallbacks.cpp (diff)
The file was modifiedtest/tstGeometryDistance.cpp (diff)
The file was modifiedsrc/cluster/detail/ArborX_FDBSCANDenseBox.hpp (diff)
The file was modifiedtest/tstGeometryIntersects.cpp (diff)
The file was modifiedtest/tstBoostGeometryAdapters.cpp (diff)
The file was modifiedsrc/cluster/detail/ArborX_MutualReachabilityDistance.hpp (diff)
The file was modifiedsrc/geometry/algorithms/ArborX_Distance.hpp (diff)
The file was modifiedbenchmarks/triangulated_surface_distance/triangulated_surface_distance.cpp (diff)
The file was modifiedtest/tstDistributedTreeSpatial.cpp (diff)
The file was modifiedsrc/distributed/detail/ArborX_DistributedTreeNearestHelpers.hpp (diff)
The file was modifiedsrc/interpolation/detail/ArborX_InterpDetailsMovingLeastSquaresCoefficients.hpp (diff)
The file was modifiedtest/tstBoostRangeAdapters.cpp (diff)
Commit f4204aad679bfc2c523afa689c0c8c2a6b3e7920 by Andrey Prokopenko
Move distance() and intersects() to ArborX proper
(commit: f4204aa)
The file was modifiedtest/tstBoostRangeAdapters.cpp (diff)
The file was modifiedsrc/geometry/algorithms/ArborX_Intersects.hpp (diff)
The file was modifiedsrc/distributed/detail/ArborX_DistributedTreeNearestHelpers.hpp (diff)
The file was modifiedsrc/cluster/detail/ArborX_FDBSCANDenseBox.hpp (diff)
The file was modifiedsrc/interpolation/detail/ArborX_InterpDetailsCompactRadialBasisFunction.hpp (diff)
The file was modifiedbenchmarks/triangulated_surface_distance/triangulated_surface_distance.cpp (diff)
The file was modifiedsrc/cluster/detail/ArborX_MutualReachabilityDistance.hpp (diff)
The file was modifiedtest/tstGeometryIntersects.cpp (diff)
The file was modifiedsrc/cluster/detail/ArborX_BoruvkaHelpers.hpp (diff)
The file was modifiedtest/tstQueryTreeCallbacks.cpp (diff)
The file was modifiedsrc/cluster/detail/ArborX_DistributedDBSCANHelpers.hpp (diff)
The file was modifiedsrc/cluster/ArborX_DBSCAN.hpp (diff)
The file was modifiedtest/tstBoostGeometryAdapters.cpp (diff)
The file was modifiedtest/tstGeometryDistance.cpp (diff)
The file was modifiedtest/tstDistributedTreeSpatial.cpp (diff)
The file was modifiedtest/tstRay.cpp (diff)
The file was modifiedsrc/geometry/algorithms/ArborX_Distance.hpp (diff)
The file was modifiedsrc/interpolation/detail/ArborX_InterpDetailsMovingLeastSquaresCoefficients.hpp (diff)
The file was modifiedsrc/spatial/detail/ArborX_Predicates.hpp (diff)
Commit 773150ad0304f68ce44ff12c55b358acd3cfa9c5 by Andrey Prokopenko
Rename distance lambda in Boruvka helpers to avoid ickyness

We were calling ArborX::distance with a local lambda also called
distance.
(commit: 773150a)
The file was modifiedsrc/cluster/detail/ArborX_BoruvkaHelpers.hpp (diff)
Commit b0acf70d8196a5dbcdbf428a00798e37d3931f5a by Andrey Prokopenko
Fix running annotations test with loaded Kokkos tool
(commit: b0acf70)
The file was modifiedtest/tstKokkosToolsAnnotations.cpp (diff)
The file was modifiedtest/tstKokkosToolsExecutionSpaceInstances.cpp (diff)
The file was modifiedtest/tstKokkosToolsDistributedAnnotations.cpp (diff)
Commit 920f4846b4ab33c3cd08a822115f0b07ac4c07b6 by Andrey Prokopenko
Reset push regions for the throw test
(commit: 920f484)
The file was modifiedtest/tstQueryTreeTraversalPolicy.cpp (diff)
Commit ce957fd0dfa473da79b062ed667a2418b6d863fe by Andrey Prokopenko
Properly pop profiling region when throwing an exception
(commit: ce957fd)
The file was modifiedsrc/spatial/detail/ArborX_CrsGraphWrapperImpl.hpp (diff)
Commit a9266c17d0771c23ca7db645b0a9c1ddf9dedfac by Andrey Prokopenko
Remove OpenMPTarget backend support from tests and benchmarks
(commit: a9266c1)
The file was modifiedtest/CMakeLists.txt (diff)
The file was modifiedbenchmarks/bvh_driver/bvh_driver.cpp (diff)