ArborX
ArborX copied to clipboard
Performance-portable geometric search library
This is a Work-In-Progress Opening as a base for discussion The intent of this refactor is to avoid propagating the use of access traits throughout the codebase by adapting the...
Alternative to #727 making sure that `reduction_identity` is actually used.
We don't use `Kokkos::Sum` anywhere, so the specialization for `reduction_identity` should never be called. If we care about backward compatibility, we could deprecate instead of course.
Green: done Red: needs review/approval Gray: optional ```mermaid graph TD; id714(Update SYCL testing #714) id717(Update Cartesian Grid #717) id720(Update KDOP GeometryTraits #720) id701(returnCentroid #701) id713(Hyper geometries #713) id722(Morton codes #722)...
Hi, I've come across ArborX and it looks exactly like what I would need. Could I describe my use-case and would you be able to confirm that it's an appropriate...
This allows to generate arbitrary sized problems for DBSCAN. I'm still not sure which parameters of the SS algorithm should be exposed to the user. The algorithm is described in...