Skip to content
Aborted

Changes

Summary

  1. Deprecate ArborX::exclusivePrefixSum and provide KokkosExt::exclusive_scan (details)
  2. Fix deprecation warnings (details)
  3. Deprecate ArborX::accumulate and provide KokkosExt::reduce (details)
  4. Fix deprecation warnings (details)
  5. Deprecate ArborX::adjacentDifference and provide KokkosExt::adjacent_difference (details)
  6. Fix deprecation warnings (details)
  7. Deprecate ArborX::iota and provide KokkosExt::iota (details)
  8. Fix deprecation warnings (details)
  9. Include-what-you-use (details)
  10. Remove excluxive_scan(space, view) as non-standard (details)
  11. Add more checks to StdAlgorithms (details)
  12. Add init value to exclusive_scan (details)
  13. Fix another header (details)
  14. Refactor tests (details)
  15. More fixes (details)
  16. [ci skip] Again (details)
Commit bb419c99ba868372368fe68d6427a32bd05f673b by Andrey Prokopenko
Deprecate ArborX::exclusivePrefixSum and provide KokkosExt::exclusive_scan
The file was modified src/details/ArborX_DetailsUtils.hpp (diff)
The file was addedsrc/kokkos_ext/ArborX_DetailsKokkosExtStdAlgorithms.hpp
The file was modified benchmarks/dbscan/dbscan_timpl.hpp (diff)
The file was modified src/details/ArborX_NeighborList.hpp (diff)
The file was modified src/details/ArborX_DetailsCrsGraphWrapperImpl.hpp (diff)
The file was modified src/details/ArborX_DetailsBatchedQueries.hpp (diff)
The file was modified src/details/ArborX_DetailsTreeTraversal.hpp (diff)
The file was modified test/tstDetailsUtils.cpp (diff)
The file was modified test/ArborX_BoostRTreeHelpers.hpp (diff)
The file was modified src/details/ArborX_DetailsDistributedTreeImpl.hpp (diff)
The file was modified test/tstDetailsCrsGraphWrapperImpl.cpp (diff)
The file was modified src/details/ArborX_DetailsExpandHalfToFull.hpp (diff)
Commit b4cea613ead06b38f6535b56430ff86b0a75c26b by Andrey Prokopenko
Deprecate ArborX::accumulate and provide KokkosExt::reduce
The file was modified src/kokkos_ext/ArborX_DetailsKokkosExtStdAlgorithms.hpp (diff)
The file was modified src/details/ArborX_DetailsUtils.hpp (diff)
The file was modified test/tstDetailsUtils.cpp (diff)
The file was modified src/ArborX_DistributedTree.hpp (diff)
Commit 3bae03907ca59df7f147a41e9f8e4f7d2652ef6e by Andrey Prokopenko
Deprecate ArborX::adjacentDifference and provide KokkosExt::adjacent_difference
The file was modified src/details/ArborX_DetailsUtils.hpp (diff)
The file was modified src/kokkos_ext/ArborX_DetailsKokkosExtStdAlgorithms.hpp (diff)
The file was modified test/tstDetailsUtils.cpp (diff)
The file was modified test/tstQueryTreeTraversalPolicy.cpp (diff)
Commit cf62b69fb3d5f2ad1ec32414358fc03b44d82a14 by Andrey Prokopenko
Deprecate ArborX::iota and provide KokkosExt::iota
The file was modified src/details/ArborX_DetailsUtils.hpp (diff)
The file was modified src/kokkos_ext/ArborX_DetailsKokkosExtStdAlgorithms.hpp (diff)
The file was modified test/tstDetailsDistributedTreeImpl.cpp (diff)
The file was modified src/details/ArborX_DetailsSortUtils.hpp (diff)
The file was modified src/details/ArborX_DetailsDendrogram.hpp (diff)
The file was modified src/ArborX_DBSCAN.hpp (diff)
The file was modified test/tstDetailsTreeConstruction.cpp (diff)
The file was modified test/tstUnionFind.cpp (diff)
The file was modified src/details/ArborX_MinimumSpanningTree.hpp (diff)
The file was modified benchmarks/union_find/union_find.cpp (diff)
The file was modified test/tstDetailsCrsGraphWrapperImpl.cpp (diff)
The file was modified test/tstDetailsUtils.cpp (diff)
The file was modified benchmarks/dbscan/ArborX_DBSCANVerification.hpp (diff)
The file was modified src/details/ArborX_DetailsCrsGraphWrapperImpl.hpp (diff)
The file was modified src/details/ArborX_MinimumSpanningTree.hpp (diff)
The file was modified src/details/ArborX_DetailsTreeTraversal.hpp (diff)
The file was modified test/tstUnionFind.cpp (diff)
The file was modified src/details/ArborX_DetailsExpandHalfToFull.hpp (diff)
The file was modified test/tstDetailsTreeConstruction.cpp (diff)
The file was modified src/details/ArborX_DetailsSortUtils.hpp (diff)
The file was modified test/tstDetailsDistributedTreeImpl.cpp (diff)
The file was modified benchmarks/dbscan/dbscan_timpl.hpp (diff)
The file was modified src/details/ArborX_DetailsDistributedTreeImpl.hpp (diff)
The file was modified src/ArborX_DBSCAN.hpp (diff)
The file was modified src/details/ArborX_DetailsBatchedQueries.hpp (diff)
The file was modified test/tstDetailsCrsGraphWrapperImpl.cpp (diff)
The file was modified benchmarks/union_find/union_find.cpp (diff)
The file was modified src/details/ArborX_DetailsFDBSCANDenseBox.hpp (diff)
The file was modified src/kokkos_ext/ArborX_DetailsKokkosExtStdAlgorithms.hpp (diff)
The file was modified src/ArborX_DistributedTree.hpp (diff)
The file was modified src/details/ArborX_DetailsDendrogram.hpp (diff)
Commit aed278b5e91561f7a67a3a89f1dfaf9f68afaa4b by Andrey Prokopenko
Remove excluxive_scan(space, view) as non-standard
The file was modified benchmarks/dbscan/dbscan_timpl.hpp (diff)
The file was modified src/details/ArborX_DetailsTreeTraversal.hpp (diff)
The file was modified src/kokkos_ext/ArborX_DetailsKokkosExtStdAlgorithms.hpp (diff)
The file was modified src/details/ArborX_DetailsCrsGraphWrapperImpl.hpp (diff)
The file was modified test/ArborX_BoostRTreeHelpers.hpp (diff)
The file was modified src/details/ArborX_DetailsDistributedTreeImpl.hpp (diff)
The file was modified test/tstDetailsCrsGraphWrapperImpl.cpp (diff)
The file was modified src/details/ArborX_NeighborList.hpp (diff)
The file was modified src/details/ArborX_DetailsExpandHalfToFull.hpp (diff)
The file was modified test/tstDetailsUtils.cpp (diff)
Commit a29fda5fdbd2266e4c9962e2ce94b56d925bc5f7 by Andrey Prokopenko
Add more checks to StdAlgorithms
The file was modified src/kokkos_ext/ArborX_DetailsKokkosExtStdAlgorithms.hpp (diff)
Commit 87317467ba3754ee303d041e3588daaaca74f506 by Andrey Prokopenko
Add init value to exclusive_scan
The file was modified src/kokkos_ext/ArborX_DetailsKokkosExtStdAlgorithms.hpp (diff)
The file was modified test/tstUnionFind.cpp (diff)
The file was modified test/CMakeLists.txt (diff)
The file was modified test/tstDetailsUtils.cpp (diff)
The file was addedtest/tstDetailsKokkosExtStdAlgorithms.cpp
The file was modified src/details/ArborX_NeighborList.hpp (diff)
The file was modified src/details/ArborX_DetailsCrsGraphWrapperImpl.hpp (diff)
The file was modified test/tstDetailsCrsGraphWrapperImpl.cpp (diff)
The file was modified src/details/ArborX_DetailsUtils.hpp (diff)
The file was modified test/tstDetailsKokkosExtStdAlgorithms.cpp (diff)
The file was modified src/details/ArborX_DetailsTreeTraversal.hpp (diff)
The file was modified benchmarks/dbscan/dbscan_timpl.hpp (diff)
The file was modified src/kokkos_ext/ArborX_DetailsKokkosExtStdAlgorithms.hpp (diff)
The file was modified test/ArborX_BoostRTreeHelpers.hpp (diff)
The file was modified src/details/ArborX_DetailsDistributedTreeImpl.hpp (diff)
The file was modified src/details/ArborX_DetailsExpandHalfToFull.hpp (diff)
The file was modified test/tstDetailsKokkosExtStdAlgorithms.cpp (diff)
The file was modified test/tstDetailsCrsGraphWrapperImpl.cpp (diff)