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] Integer overflow in Linear Models #4906

Closed
lowener opened this issue Sep 29, 2022 · 0 comments · Fixed by #4996
Closed

[BUG] Integer overflow in Linear Models #4906

lowener opened this issue Sep 29, 2022 · 0 comments · Fixed by #4996
Assignees
Labels
bug Something isn't working CUDA / C++ CUDA issue Cython / Python Cython or Python issue

Comments

@lowener
Copy link
Contributor

lowener commented Sep 29, 2022

Some linear models are using int for the number of rows and columns, this can lead to integer overflow for big matrices.
Here is an example on Ridge:

int V_len = n_cols * n_cols;

Linking the more general issue: #2459, #4105

@lowener lowener added bug Something isn't working ? - Needs Triage Need team to review and classify labels Sep 29, 2022
@lowener lowener added CUDA / C++ CUDA issue Cython / Python Cython or Python issue and removed ? - Needs Triage Need team to review and classify labels Sep 29, 2022
@lowener lowener self-assigned this Sep 29, 2022
rapids-bot bot pushed a commit to rapidsai/raft that referenced this issue Dec 8, 2022
`raft::linalg::eigDC` already supports 64bit.
This will be useful for rapidsai/cuml#4906

Authors:
  - Micka (https://github.com/lowener)

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

URL: #1060
rapids-bot bot pushed a commit that referenced this issue Dec 20, 2022
ajschmidt8 pushed a commit to csadorf/cuml that referenced this issue Dec 20, 2022
jakirkham pushed a commit to jakirkham/cuml that referenced this issue Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CUDA / C++ CUDA issue Cython / Python Cython or Python issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant