-
Notifications
You must be signed in to change notification settings - Fork 540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REVIEW] Removing FusedL2NN and sparse prims from cuml #3554
[REVIEW] Removing FusedL2NN and sparse prims from cuml #3554
Conversation
Conflicts: cpp/cmake/Dependencies.cmake cpp/src_prims/sparse/convert/coo.cuh cpp/src_prims/sparse/convert/csr.cuh cpp/src_prims/sparse/convert/dense.cuh cpp/src_prims/sparse/coo.cuh cpp/src_prims/sparse/csr.cuh cpp/src_prims/sparse/distance/bin_distance.cuh cpp/src_prims/sparse/distance/coo_spmv.cuh cpp/src_prims/sparse/distance/csr_spmv.cuh cpp/src_prims/sparse/distance/distance.cuh cpp/src_prims/sparse/distance/ip_distance.cuh cpp/src_prims/sparse/distance/l2_distance.cuh cpp/src_prims/sparse/distance/lp_distance.cuh cpp/src_prims/sparse/linalg/add.cuh cpp/src_prims/sparse/linalg/degree.cuh cpp/src_prims/sparse/linalg/norm.cuh cpp/src_prims/sparse/linalg/spectral.cuh cpp/src_prims/sparse/linalg/symmetrize.cuh cpp/src_prims/sparse/linalg/transpose.h cpp/src_prims/sparse/op/filter.cuh cpp/src_prims/sparse/op/row_op.cuh cpp/src_prims/sparse/op/slice.h cpp/src_prims/sparse/op/sort.h cpp/src_prims/sparse/selection/knn.cuh cpp/src_prims/sparse/selection/selection.cuh
Before this PR is merged, the current versions of the brute force knn (both dense and sparse), as well as the sparse distance prims, need to be moved back out to raft. This will be possible once #3389 is merged. |
Removing |
Co-authored-by: AJ Schmidt <[email protected]>
@divyegala can you take a look? |
Closing in favor of #3578 |
Corresponding RAFT PR (rapidsai/raft#158) must be merged before this PR. This is fairly independent of other PRs, but is required for SLHC & HDBSCAN.
Closes #3555