From 1e6685fa2043818537e4f5c41915bd76cef7bcfe Mon Sep 17 00:00:00 2001 From: Moritz Carmesin Date: Thu, 21 Nov 2024 10:52:28 +0100 Subject: [PATCH] Enable GPU tests for LinearExponential --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index 3928ddad86..55b58486ab 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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