Skip to content

Commit

Permalink
Enable GPU tests for LinearExponential
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarmesin committed Nov 21, 2024
1 parent df1e6d5 commit 1e6685f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ end
end
@time @safetestset "Autoswitch GPU" include("gpu/autoswitch.jl")
@time @safetestset "Linear LSRK GPU" include("gpu/linear_lsrk.jl")
@time @safetestset "Linear Exponential GPU" include("gpu/linear_exp.jl")
@time @safetestset "Reaction-Diffusion Stiff Solver GPU" include("gpu/reaction_diffusion_stiff.jl")
@time @safetestset "Scalar indexing bug bypass" include("gpu/hermite_test.jl")
end
Expand Down

0 comments on commit 1e6685f

Please sign in to comment.