-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
CuQR is not present in CUDA.jl for julia 1.8+ #123
Comments
Wait, why @maleadt ? What are we supposed to use here instead in v1.8? |
|
Oh I see. Yes, then https://github.com/SciML/LinearSolve.jl/pull/130/files#diff-4c8f9e26491b28a6897e9cf2c7f8d59c2f4c9b5fc66e1067a4d4fd8e3fd98226 solves this issue because enough has been upstreamed that we don't need to carry around those overloads. I forgot everything got upstreamed 😅 |
Solved in #130 |
https://github.com/JuliaGPU/CUDA.jl/blob/f52201036272591b74b994dd7d9df1496ba1f88a/lib/cusolver/linalg.jl#L72 removes CuQR
The text was updated successfully, but these errors were encountered: