8000 Instantiate only specific RAFT linewise kernels by aamijar · Pull Request #1018 · rapidsai/cuvs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Open
wants to merge 4 commits into
base: branch-25.08
Choose a base branch
from

Conversation

aamijar
Copy link
Member
@aamijar aamijar commented Jun 12, 2025

Depends on rapidsai/raft#2701 and Resolves rapidsai/raft#2682

Copy link
copy-pr-bot bot commented Jun 12, 2025

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.

@github-actions github-actions bot added the cpp label Jun 12, 2025
@aamijar aamijar self-assigned this Jun 12, 2025
@aamijar aamijar added non-breaking Introduces a non-breaking change improvement Improves an existing functionality labels Jun 12, 2025
@github-actions github-actions bot added the CMake label Jun 12, 2025
@aamijar aamijar marked this pull request as ready for review June 12, 2025 17:16
@aamijar aamijar requested review from a team as code owners June 12, 2025 17:16
FORK ${RAFT_FORK}
PINNED_TAG ${RAFT_PINNED_TAG}
FORK aamijar
PINNED_TAG compile-time-invocation
Copy link
Member Author

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(),
< 8000 /path> Copy link
Contributor
@tarang-jain tarang-jain Jun 18, 2025

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?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure sounds good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake cpp improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove generic kernel invocations of MatrixLinewiseOp
2 participants
0