Skip to content

Commit 8e3b072

Browse files
Merge pull request #1189 from SciML/ChrisRackauckas-patch-6
Update simple_gpu.jl to add DiffEqBase
2 parents a1e047f + 6ac0815 commit 8e3b072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gpu/simple_gpu.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OrdinaryDiffEq, CUDA, LinearAlgebra, Test, StaticArrays, ADTypes
1+
using OrdinaryDiffEq, DiffEqBase, CUDA, LinearAlgebra, Test, StaticArrays, ADTypes
22
function f(u, p, t)
33
A * u
44
end

0 commit comments

Comments
 (0)