-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fix automated conversion in adaptive solve #317
base: master
Are you sure you want to change the base?
Conversation
@ChrisRackauckas, I just wanted your comment here. So currently From the document on that code file itself:
So basically by default it will create some FP64 types in the julia> saveat = 0.1f0:0.1f0:10.0f0
0.1f0:0.1f0:10.0f0
julia> typeof(saveat)
StepRangeLen{Float32, Float64, Float64, Int64} This causes issues with backends that do not completely support double precision (Apple, Intel). The current PR explicitly creates the |
Give nice errors when using saveat as ranges in limited double precision support backends |
@utkarsh530 were you going to revive and finish this? |
Oh yeah this is pretty much complete, let me finish it |
Bump; I'd like to test JuliaGPU/Metal.jl#214 |
Sorry, been a bit busy with the internship, I will have a look ASAP |
No description provided.