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

Remove raft specializations includes. #5509

Merged
merged 4 commits into from
Jul 24, 2023

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Jul 20, 2023

This PR begins to address a large number of deprecations in RAFT that cause large build logs for libcuml. I tackled only the easiest ones in this PR, where it was a simple change or removal of an #include. It seems like the work for the other deprecations will be more substantial.

This fixes deprecations like the one below. I will file a separate issue for the remaining deprecations.

.../raft/cpp/include/raft/spatial/knn/specializations.cuh:18:296: note: '#pragma message: .../raft/cpp/include/raft/spatial/knn/specializations.cuh is deprecated and will be removed. Including specializations is not necessary any more. For more information, see: https://docs.rapids.ai/api/raft/nightly/using_libraft.html'

@bdice bdice requested review from a team as code owners July 20, 2023 23:00
@bdice bdice self-assigned this Jul 20, 2023
@bdice bdice added Tech Debt Issues related to debt improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jul 20, 2023
Copy link
Member

@cjnolet cjnolet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks so much @bdice for fixing this! No doubt @ahendriksen has really made the use of libraft super easy on downstream users.

@cjnolet
Copy link
Member

cjnolet commented Jul 24, 2023

/merge

@rapids-bot rapids-bot bot merged commit a194410 into rapidsai:branch-23.08 Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake CUDA/C++ improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Tech Debt Issues related to debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants