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 sparse prims since they've been moved to raft #3476

Closed

Conversation

cjnolet
Copy link
Member

@cjnolet cjnolet commented Feb 9, 2021

This PR is dependent upon #3389

@cjnolet cjnolet requested review from a team as code owners February 9, 2021 01:08
@cjnolet cjnolet added 3 - Ready for Review Ready for review by team CUDA / C++ CUDA issue improvement Improvement / enhancement to an existing function RAFT Issue or PR is related to RAFT and removed CMake libcuml labels Feb 9, 2021
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 non-breaking Non-breaking change and removed CMake libcuml labels Feb 9, 2021
@cjnolet cjnolet changed the title Removing sparse prims since they've been moved to raft [REVIEW] Removing sparse prims since they've been moved to raft Feb 10, 2021
@cjnolet cjnolet changed the base branch from branch-0.18 to branch-0.19 February 10, 2021 00:07
@cjnolet cjnolet requested review from a team as code owners February 10, 2021 00:08
@github-actions github-actions bot added Cython / Python Cython or Python issue Ops labels Feb 10, 2021
@cjnolet
Copy link
Member Author

cjnolet commented Feb 10, 2021

The merge forward to branch-0.19 in this PR seems to have brought in a bunch of extra commits / changes.

@ajschmidt8
Copy link
Member

@cjnolet, can you try updating your branch? the PR below was just merged which gets branch-0.19 up to date.

#3444

@github-actions github-actions bot removed the Cython / Python Cython or Python issue label Feb 11, 2021
@cjnolet
Copy link
Member Author

cjnolet commented Feb 11, 2021

Looks like that worked. Thanks @ajschmidt8!

@cjnolet
Copy link
Member Author

cjnolet commented Feb 11, 2021

Holding off on merging this until after #3389 is merged. Then we can pull the changes to the distance prims into RAFT before merging this.

@mike-wendt mike-wendt removed the Ops label Feb 18, 2021
@cjnolet
Copy link
Member Author

cjnolet commented Feb 24, 2021

Closing in favor of #3554

@cjnolet cjnolet closed this Feb 24, 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 conda conda issue CUDA / C++ CUDA issue improvement Improvement / enhancement to an existing function libcuml 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.

3 participants