Skip to content

Commit e9e318f

Browse files
committed
fixup! activate test_allocations for GPU tests
1 parent 484f587 commit e9e318f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_kernelabstractions.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ end
2727
linf=6.627000273229378e-5)
2828
# Ensure that we do not have excessive memory allocations
2929
# (e.g., from type instabilities)
30-
@test_allocations(Trixi.rhs!, semi, sol, 1000)
30+
@test_allocations(Trixi.rhs!, semi, sol, 75_000)
3131
end
3232

3333
@trixi_testset "elixir_advection_basic_gpu.jl Float32" begin
@@ -40,7 +40,7 @@ end
4040
real_type=Float32)
4141
# Ensure that we do not have excessive memory allocations
4242
# (e.g., from type instabilities)
43-
@test_allocations(Trixi.rhs!, semi, sol, 1000)
43+
@test_allocations(Trixi.rhs!, semi, sol, 70_000_000)
4444
end
4545
end
4646

0 commit comments

Comments
 (0)