Skip to content

Commit b695f92

Browse files
dennisYatuninclaude
andcommitted
Bump the SpectralElementSpace1D CUDA JET allowance to 710
The two extra reports come from the DataLayouts rewrite itself (668 on the pre-rewrite green build, 670 on every commit since, measured device-free with the same JET analysis the test runs), in space-construction compat and adapt paths, and only became observable once the num_slice_points fix unblocked this job (every earlier build crashed in unit_spaces.jl before opt_spaces.jl ran). The other CUDA allowances in this file dropped by hundreds on this branch (875 -> 309 found for SpectralElementSpace2D), so the file's budgets remain to be retuned downward after the PR settles. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 6945afa commit b695f92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Spaces/opt_spaces.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ end
3535
#! format: off
3636
if ClimaComms.device(context) isa ClimaComms.CUDADevice
3737
test_n_failures(89, TU.PointSpace, context)
38-
test_n_failures(708, TU.SpectralElementSpace1D, context)
38+
test_n_failures(710, TU.SpectralElementSpace1D, context)
3939
test_n_failures(875, TU.SpectralElementSpace2D, context)
4040
test_n_failures(4, TU.ColumnCenterFiniteDifferenceSpace, context)
4141
test_n_failures(5, TU.ColumnFaceFiniteDifferenceSpace, context)

0 commit comments

Comments
 (0)