Skip to content
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

Closed

Conversation

cjnolet
Copy link
Member

@cjnolet cjnolet commented Feb 24, 2021

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

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
@cjnolet cjnolet added 3 - Ready for Review Ready for review by team RAFT Issue or PR is related to RAFT improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Feb 24, 2021
@cjnolet cjnolet requested review from a team as code owners February 24, 2021 15:42
@github-actions github-actions bot added the conda conda issue label Feb 24, 2021
@cjnolet cjnolet changed the title [REVIEW] Removing FusedL2NN prim from cuml [REVIEW] Removing FusedL2NN and sparse prims from cuml Feb 24, 2021
@cjnolet cjnolet requested a review from a team as a code owner February 24, 2021 18:24
@github-actions github-actions bot removed the conda conda issue label Feb 24, 2021
@cjnolet
Copy link
Member Author

cjnolet commented Feb 24, 2021

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.

@ajschmidt8 ajschmidt8 removed the request for review from a team February 24, 2021 22:20
@ajschmidt8
Copy link
Member

Removing ops-codeowners from the required reviews since it doesn't seem there are any file changes that we're responsible for. Feel free to add us back if necessary.

@JohnZed
Copy link
Contributor

JohnZed commented Feb 25, 2021

@divyegala can you take a look?

@cjnolet cjnolet mentioned this pull request Mar 3, 2021
@cjnolet
Copy link
Member Author

cjnolet commented Mar 3, 2021

Closing in favor of #3578

@cjnolet cjnolet closed this Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team CMake improvement Improvement / enhancement to an existing function non-breaking Non-breaking change RAFT Issue or PR is related to RAFT
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Move FusedL2NN To Raft
4 participants