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

[BUG] raft::linalg::gemv calls can lead to CUBLAS_STATUS_INVALID_VALUE #2484

Closed
lowener opened this issue Nov 5, 2024 · 0 comments · Fixed by #2607
Closed

[BUG] raft::linalg::gemv calls can lead to CUBLAS_STATUS_INVALID_VALUE #2484

lowener opened this issue Nov 5, 2024 · 0 comments · Fixed by #2607
Labels
bug Something isn't working

Comments

@lowener
Copy link
Contributor

lowener commented Nov 5, 2024

Encountered during Lanczos PR: Using the public API of raft::linalg::gemv led to CUBLAS_STATUS_INVALID_VALUE, while using the cublas wrapper lead to the correct result.
https://github.com/rapidsai/raft/pull/2481/files#diff-54438d58f6ed96dc83cce94608f1c44adc787261ff00013cc1476f62d3b9af39R1838

@lowener lowener added the bug Something isn't working label Nov 5, 2024
rapids-bot bot pushed a commit that referenced this issue Mar 17, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Related to #2600
Resolves #2484, Resolves #2605, Resolves #2601

Authors:
  - Anupam (https://github.com/aamijar)
  - Divye Gala (https://github.com/divyegala)

Approvers:
  - rhdong (https://github.com/rhdong)
  - Divye Gala (https://github.com/divyegala)
  - Victor Lafargue (https://github.com/viclafargue)
  - Gil Forsyth (https://github.com/gforsyth)

URL: #2607
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant