RT @ChrisRackauckas@twitter.com
How much work does it take to make the #julialang ODE solvers work entirely on the GPU with no data transfers? 1 line of code. Literally. Here's the PR with a working example. https://github.com/JuliaDiffEq/OrdinaryDiffEq.jl/pull/719 . That's the power of Julia's AbstractArray, LinearAlgebra, and broadcast.