-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Make LinearAlgebra._zeros use similar
#41331
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
Conversation
|
Thanks! Disregarding the CI failures here, this does make the relevant CUDA.jl code work again. |
|
The problem is that |
|
So we need to specialize |
|
The problem is that |
|
How did it work earlier? How did we use |
I think that we effectively called |
Yup, that was the one. I'll duplicate a version of |
|
So we can close this, right? |
|
I'd think so. @maleadt can you please confirm that you were able to work around the issue by adding a method to CUDA.jl? |
|
Sorry for being unclear, yes this can be closed. It would be nice to revisit this at some point though, because code like https://github.com/JuliaGPU/CUDA.jl/blob/8ba1fe4f1c2b94e309eb4c51583783a43e7f297d/src/linalg.jl#L17-L48 is pretty fragile. |
Fix #40899 (comment)