-
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
Automatically promote atol
and rtol
to eltype(b)
#828
Comments
|
Right, but I meant more like CPU vs. GPU. Currently, it's a bit annoying that the user needs to adjust |
The correct solution is |
Thanks! Yes, but only when using GPU. |
@ma-sadeghi I checked a little bit tonight what are the consequences if I update the type of
I would like to avoid that because I plan to use |
Thanks for looking into it. Can't we do the promotion inside the function body? (not at the args level) |
We can but Julia will precompile a new version of |
I see, thanks. I guess it's okay given that |
No description provided.
The text was updated successfully, but these errors were encountered: