SciML / DiffEqGPU.jl

GPU-acceleration routines for DifferentialEquations.jl and the broader SciML scientific machine learning ecosystem
https://docs.sciml.ai/DiffEqGPU/stable/
MIT License
272 stars 27 forks source link

Some automated conversions in saveat #309

Closed ChrisRackauckas closed 8 months ago

ChrisRackauckas commented 8 months ago

This makes it nicer to use Float32 from R and Python, since you can just saveat=0.01 and it attempts to convert the type to Float32 if the JIT was to Float32

ChrisRackauckas commented 8 months ago

@utkarsh530 can you check what's going on with Metal?

utkarsh530 commented 8 months ago

It should be ready now after the tests pass.

ChrisRackauckas commented 8 months ago

Merging so I can use it. But I'm still not sure about the bool dispatch.