Skip to content

Commit

Permalink
Increase flakey dss allocation limit
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Oct 1, 2024
1 parent 9795581 commit 84c5eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Spaces/ddss1.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 84c5eb7

Please sign in to comment.