cuvs icon indicating copy to clipboard operation
cuvs copied to clipboard

[FEA] Remove using `cuvs::distance::detail` functions from fusedL2KNN/ bfknn code

Open benfred opened this issue 1 year ago • 1 comments

We are currently using private functions from cuvs::distance::detail for the fusedL2KNN code inside of the brute_force knn api - which is a bit of a hack.

We should find a way to share internal functions, without either exposing these functions to the public api or having to include the detail namespace of unrelated code.

benfred avatar May 16 '24 21:05 benfred

see also https://github.com/rapidsai/cuvs/issues/123

benfred avatar May 16 '24 21:05 benfred