-
Notifications
You must be signed in to change notification settings - Fork 109
Instantiate only specific RAFT linewise kernels #1018
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
base: branch-25.08
Are you sure you want to change the base?
Instantiate only specific RAFT linewise kernels #1018
Conversation
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
FORK ${RAFT_FORK} | ||
PINNED_TAG ${RAFT_PINNED_TAG} | ||
FORK aamijar | ||
PINNED_TAG compile-time-invocation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert later
true, | ||
raft::min_op{}, | ||
stream); | ||
raft::linalg::matrixVectorOp<true, true>(minDistBuf.data_handle(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC the camel case one was being deprecated? Looks like we are using both -- matrix_vector_op
and matrixVectorOp
. Can we stick to matrix_vector_op
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure sounds good
Depends on rapidsai/raft#2701 and Resolves rapidsai/raft#2682