Skip to content
Success

Changes

Summary

  1. Switch examples to APIv2 (commit: a416c02) (details)
  2. Switch most of benchmarks to APIv2 (commit: 79f734b) (details)
  3. Add convert() for geometries (#1147) (commit: 39d5f67) (details)
  4. Switch bvh_driver benchmark to APIv2 (commit: 7c31d7b) (details)
  5. Get rid of APIv1 in BVH (commit: af678d4) (details)
The file was modifiedexamples/brute_force/example_brute_force.cpp (diff)
The file was modifiedexamples/molecular_dynamics/example_molecular_dynamics.cpp (diff)
The file was modifiedexamples/raytracing/example_raytracing.cpp (diff)
The file was modifiedexamples/callback/example_callback.cpp (diff)
The file was modifiedexamples/triangle_intersection/triangle_intersection.cpp (diff)
The file was modifiedexamples/simple_intersection/example_intersection.cpp (diff)
The file was modifiedexamples/access_traits/example_cuda_access_traits.cpp (diff)
The file was modifiedexamples/viz/tree_visualization.cpp (diff)
The file was modifiedsrc/geometry/ArborX_DetailsAlgorithms.hpp (diff)
The file was modifiedexamples/access_traits/example_host_access_traits.cpp (diff)
Commit 79f734bd2bd7bfd9a5e49cc2913eb6485653df71 by Andrey Prokopenko
Switch most of benchmarks to APIv2
(commit: 79f734b)
The file was modifiedbenchmarks/execution_space_instances/execution_space_instances_driver.cpp (diff)
The file was modifiedbenchmarks/triangulated_surface_distance/triangulated_surface_distance.cpp (diff)
Commit 39d5f67f2db0df107effc18aa2a39c66ee8b8d62 by noreply
Add convert() for geometries (#1147)

* Add convert() for geometries

* Update the code to use convert()

* Be more explicit in the return type of convert
(commit: 39d5f67)
The file was modifiedsrc/details/ArborX_DetailsDistributedTreeNearestHelpers.hpp (diff)
The file was modifiedsrc/ArborX_DBSCAN.hpp (diff)
The file was modifiedsrc/geometry/ArborX_DetailsAlgorithms.hpp (diff)
The file was modifiedsrc/details/ArborX_NeighborList.hpp (diff)
The file was modifiedsrc/details/ArborX_PredicateHelpers.hpp (diff)
The file was modifiedtest/tstDetailsAlgorithms.cpp (diff)
Commit 7c31d7b110759320e87bad24d10817dd61ac173f by Andrey Prokopenko
Switch bvh_driver benchmark to APIv2
(commit: 7c31d7b)
The file was modifiedbenchmarks/bvh_driver/bvh_driver.cpp (diff)
The file was modifiedbenchmarks/bvh_driver/benchmark_registration.hpp (diff)
The file was modifiedtest/tstKokkosToolsExecutionSpaceInstances.cpp (diff)
The file was modifiedtest/tstQueryTreeTraversalPolicy.cpp (diff)
The file was modifiedsrc/ArborX_LinearBVH.hpp (diff)
The file was modifiedsrc/geometry/ArborX_KDOP.hpp (diff)
The file was modifiedtest/CMakeLists.txt (diff)
The file was modifiedtest/tstQueryTreeIntersectsKDOP.cpp (diff)
The file was modifiedsrc/details/ArborX_Callbacks.hpp (diff)
The file was removedsrc/details/ArborX_DetailsLegacy.hpp
The file was modifiedsrc/geometry/ArborX_DetailsAlgorithms.hpp (diff)
The file was modifiedsrc/ArborX_BruteForce.hpp (diff)
The file was modifiedtest/ArborXTest_LegacyTree.hpp (diff)
The file was modifiedtest/tstDetailsTreeConstruction.cpp (diff)
The file was modifiedtest/tstKokkosToolsAnnotations.cpp (diff)
The file was modifiedtest/tstQueryTreeRay.cpp (diff)
The file was modifiedsrc/interpolation/ArborX_InterpMovingLeastSquares.hpp (diff)
The file was modifiedtest/tstDetailsHalfTraversal.cpp (diff)
The file was modifiedtest/tstQueryTreeCallbackQueryPerThread.cpp (diff)
The file was modifiedtest/ArborXTest_TreeTypeTraits.hpp (diff)
The file was modifiedtest/tstNeighborList.cpp (diff)