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

Moving cusparse wrappers to detail API in RAFT. #4547

Merged

Conversation

cjnolet
Copy link
Member

@cjnolet cjnolet commented Feb 1, 2022

This will require a follow-on to expose corresponding functions through the RAFT public API, but that's also the case for some cublas/cusolver calls currently so we'll scrape through and do that all at once

@cjnolet cjnolet added 3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Feb 1, 2022
@cjnolet cjnolet requested review from a team as code owners February 1, 2022 18:40
@cjnolet cjnolet added this to PR-WIP in v22.04 Release via automation Feb 1, 2022
@cjnolet cjnolet moved this from PR-WIP to PR-Needs review in v22.04 Release Feb 1, 2022
@cjnolet
Copy link
Member Author

cjnolet commented Feb 1, 2022

rerun tests

2 similar comments
@cjnolet
Copy link
Member Author

cjnolet commented Feb 1, 2022

rerun tests

@dantegd
Copy link
Member

dantegd commented Feb 3, 2022

rerun tests

@@ -57,8 +57,8 @@ set(CUML_BRANCH_VERSION_raft "${CUML_VERSION_MAJOR}.${CUML_VERSION_MINOR}")
# To use a different RAFT locally, set the CMake variable
# CPM_raft_SOURCE=/path/to/local/raft
find_and_configure_raft(VERSION ${CUML_MIN_VERSION_raft}
FORK rapidsai
PINNED_TAG branch-${CUML_BRANCH_VERSION_raft}
FORK cjnolet
Copy link
Member

Choose a reason for hiding this comment

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

reminder to change this back before merging

@@ -25,10 +25,13 @@
#include <raft/handle.hpp>
#include <raft/linalg/binary_op.cuh>
#include <raft/linalg/cublas_wrappers.h>

// TODO: Need to wrap the cusparse functions in the RAFT public API
Copy link
Member

Choose a reason for hiding this comment

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

Is there a RAFT issue to track it?

Copy link
Member Author

@cjnolet cjnolet Feb 3, 2022

Choose a reason for hiding this comment

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

There is: rapidsai/raft#475

@github-actions github-actions bot removed the CMake label Feb 8, 2022
v22.04 Release automation moved this from PR-Needs review to PR-Reviewer approved Feb 8, 2022
@cjnolet
Copy link
Member Author

cjnolet commented Feb 8, 2022

@gpucibot merge

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (branch-22.04@84383d1). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##             branch-22.04    #4547   +/-   ##
===============================================
  Coverage                ?   85.70%           
===============================================
  Files                   ?      236           
  Lines                   ?    19363           
  Branches                ?        0           
===============================================
  Hits                    ?    16596           
  Misses                  ?     2767           
  Partials                ?        0           
Flag Coverage Δ
dask 46.46% <0.00%> (?)
non-dask 78.62% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 84383d1...3f0bc9d. Read the comment docs.

@rapids-bot rapids-bot bot merged commit f677006 into rapidsai:branch-22.04 Feb 9, 2022
v22.04 Release automation moved this from PR-Reviewer approved to Done Feb 9, 2022
vimarsh6739 pushed a commit to vimarsh6739/cuml that referenced this pull request Oct 9, 2023
This will require a follow-on to expose corresponding functions through the RAFT public API, but that's also the case for some cublas/cusolver calls currently so we'll scrape through and do that all at once

Authors:
  - Corey J. Nolet (https://github.com/cjnolet)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: rapidsai#4547
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 CUDA/C++ improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants