ArborX
ArborX copied to clipboard
Performance-portable geometric search library
- Add timers - Add rotating plane - Add default number of query points scaling
We can still do tiling algorithm similar to the spatial search when using BruteForce in the following special case: each query only requires finding a single nearest neighbor. We won't...
- Remove `PrimitivesTag` and `PredicatesTag` - Update `check_valid_access_traits` and provide `CheckReturnTypeTag` for predicates - Fix all examples, tests and benchmarks - Beef up access traits testing Newer version of #997....
In #1034, an update to HIP 6.2 resulted in two failed tests, `ArborX_Test_DetailsClusteringHelpers.exe` and `ArborX_Test_Clustering`. I tried to reproduce the failure on Frontier, and I actually can't make the helper...
- Call it Indexable - Template it on the value type - Move it to `Experimental::`
Get out of business trying to guess user intentions. Make a user explicitly state what their desire is. - Introduce `Experimental::Iota` - Get rid of the shortcuts in `BVH` and...
- Fix `getGeometry` for prvalues If a passed function argument is a prvalue, it will be destroyed once we return, as returning a reference to its member does not extend...
**New features:** - New interfaces for search structructres (APIv2) **Build Changes:** - Require Kokkos 4.3.00 [\#1138](https://github.com/arborx/ArborX/pull/1138) - [TO_FIX] Require NVCC version 11.5+ [\#1162](https://github.com/arborx/ArborX/pull/1162) **Enhancements:** - Promote `ArborX::Triangle` from the EXPERIMENTAL...
Should probably do staged CI to reduce the load on Jenkins and improve robustness. Stage 0: - clang-format using GitHub workflow - copyright using GitHub workflow Stage 1: all GitHub...