arborx / ArborX

Performance-portable geometric search library
BSD 3-Clause "New" or "Revised" License
184 stars 39 forks source link

Add convert() for geometries #1147

Closed aprokop closed 1 month ago

aprokop commented 1 month ago

Spurred by the discussion in #1146.

Add a convert function. Currently only for points.

The interface differs from Boost's convert, as to streamline its usage in our code (right now, we only use its result to immediately construct spheres). May change in the future should we want it.

aprokop commented 1 month ago

Did you look at performance?

I did not see any difference on DBSCAN benchmark.

aprokop commented 1 month ago

Ignoring one build failure (Child aborted in CUDA 11.5.2 tests).