Skip to content

Commit 6ac0815

Browse files
Update simple_gpu.jl to add DiffEqBase
1 parent a1e047f commit 6ac0815

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)