Andrey Prokopenko
Andrey Prokopenko
@dalg24 Do you have any blocking objections to merging the example in the current form?
> I chose distances so that a user can see that the computed distances are indeed the custom ones. Computing just the found indices seems insufficient to me, as it...
Couple builds fail because of the desul `atomic_min` for `int`s problem we saw in #782. Not worrying about that for now. Will before the final merge.
Added combined Boruvka+alpha algorithm. We need to discuss how to merge this PR.
Running on Summit. ## HACC 497M (80M) Separate dendrogram: ``` ./ArborX_Benchmark_DBSCAN.exe --binary --filename hacc_497M.arborx --algorithm hdbscan --core-min-size 1 --verbose --max-num-points 80000000 --dendrogram alpha ArborX version : 1.4 (dev) ArborX hash...
Converted to draft as I think #845 should be merged first.
Rebased on #845.
@jacobmerson Could you please elaborate on your problem? Is that finding a triangle that contains a given point, finding a nearest triangle to a point, or something else?
@jacobmerson It would be possible to implement your use case, but it's not supported out of box. We have an example of how to do the first part (finding a...
This has now been implemented in ArborX. We allow computing distance to the exact geometry with APIv2, as well as provide distance point-triangle.