File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -85,18 +85,20 @@ if GROUP in SUPPORTS_DOUBLE_PRECISION
8585end
8686
8787if GROUP == " CUDA"
88- # Causes dynamic function invocation
89- @time @testset " GPU Kernelized Non Stiff ODE ContinuousCallback" begin
90- include (" gpu_kernel_de/gpu_ode_continuous_callbacks.jl" )
91- end
92- @time @testset " GPU Kernelized Stiff ODE ContinuousCallback" begin
93- include (" gpu_kernel_de/stiff_ode/gpu_ode_continuous_callbacks.jl" )
94- end
95- # device Random not implemented yet
96- @time @testset " GPU Kernelized SDE Regression" begin
97- include (" gpu_kernel_de/gpu_sde_regression.jl" )
98- end
99- @time @testset " GPU Kernelized SDE Convergence" begin
100- include (" gpu_kernel_de/gpu_sde_convergence.jl" )
88+ @testset " Callbacks" begin
89+ # Causes dynamic function invocation
90+ @time @testset " GPU Kernelized Non Stiff ODE ContinuousCallback" begin
91+ include (" gpu_kernel_de/gpu_ode_continuous_callbacks.jl" )
92+ end
93+ @time @testset " GPU Kernelized Stiff ODE ContinuousCallback" begin
94+ include (" gpu_kernel_de/stiff_ode/gpu_ode_continuous_callbacks.jl" )
95+ end
96+ # device Random not implemented yet
97+ @time @testset " GPU Kernelized SDE Regression" begin
98+ include (" gpu_kernel_de/gpu_sde_regression.jl" )
99+ end
100+ @time @testset " GPU Kernelized SDE Convergence" begin
101+ include (" gpu_kernel_de/gpu_sde_convergence.jl" )
102+ end
101103 end
102104end
You can’t perform that action at this time.
0 commit comments