Closed aprokop closed 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.
Did you look at performance?
I did not see any difference on DBSCAN benchmark.
Ignoring one build failure (Child aborted in CUDA 11.5.2 tests).
Child aborted
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.