We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a187623 commit df09061Copy full SHA for df09061
1 file changed
test/test_amdgpu_2d.jl
@@ -51,7 +51,7 @@ end
51
# Ensure that we do not have excessive memory allocations
52
# (e.g., from type instabilities)
53
semi = ode.p # `semidiscretize` adapts the semi, so we need to obtain it from the ODE problem.
54
- @test_allocations(Trixi.rhs!, semi, sol, 1000)
+ @test_allocations(Trixi.rhs!, semi, sol, 35_000)
55
@test real(ode.p.solver) == Float32
56
@test real(ode.p.solver.basis) == Float32
57
@test real(ode.p.solver.mortar) == Float32
0 commit comments