diff --git a/test/Spaces/ddss1.jl b/test/Spaces/ddss1.jl index 28e272092c..60cdde8cf9 100644 --- a/test/Spaces/ddss1.jl +++ b/test/Spaces/ddss1.jl @@ -107,7 +107,7 @@ init_state_vector(local_geometry, p) = Geometry.Covariant12Vector(1.0, -1.0) #! format: on p = @allocated Spaces.weighted_dss!(y0, dss_buffer) - @test p ≤ 39448 # cuda allocation + @test p ≤ 266744 # cuda allocation @test p == 0 broken = device isa ClimaComms.CUDADevice end @@ -134,6 +134,6 @@ end @test parent(yx) ≈ parent(y0) p = @allocated Spaces.weighted_dss!(y0, dss_buffer) - @test p ≤ 39448 # cuda allocation + @test p ≤ 266744 # cuda allocation @test p == 0 broken = device isa ClimaComms.CUDADevice end