-
Notifications
You must be signed in to change notification settings - Fork 232
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
CUSOLVER improvements #1194
CUSOLVER improvements #1194
Conversation
What about the |
Not straight away. Looking into this, we'll have to duplicate all of @andreasnoack would it be possible (without requiring a Julia 2.0-type API break) to make the Factorization classes GPU compatible using additional typevars for the pivot indices/coefficients/...? Those are currently all hard-coded to |
It's a shame that we didn't finish that process before the Julia 1.0 release. Unfortunately, I'm not sure we'd be able to make that change without breaking things. We could try it and run PkgEval but I'd think that we'd see several errors. I have a vague memory of similar changes resulting in downstream failures in the past. |
Part of #1449 |
Adds
ldiv!
for QR from #1192, and implementslu
fixing #1193.cc @ChrisRackauckas