Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .buildkite/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2358,9 +2358,9 @@ version = "1.1.43+0"

[[deps.XZ_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "6e6f1a4f245f66f93f28e55879f9ba47fed66f36"
git-tree-sha1 = "fee71455b0aaa3440dfdd54a9a36ccef829be7d4"
uuid = "ffd25f8a-64ca-5728-b0f7-c24cf3aae800"
version = "5.8.0+0"
version = "5.8.1+0"

[[deps.Xorg_libICE_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
agents:
queue: new-central
slurm_mem: 8G
modules: climacommon/2024_10_10
modules: climacommon/2025_03_18

env:
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/bickleyjet/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1562,9 +1562,9 @@ version = "1.1.43+0"

[[deps.XZ_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "6e6f1a4f245f66f93f28e55879f9ba47fed66f36"
git-tree-sha1 = "fee71455b0aaa3440dfdd54a9a36ccef829be7d4"
uuid = "ffd25f8a-64ca-5728-b0f7-c24cf3aae800"
version = "5.8.0+0"
version = "5.8.1+0"

[[deps.Xorg_libICE_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
Expand Down
4 changes: 2 additions & 2 deletions lib/ClimaCoreMakie/examples/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1949,9 +1949,9 @@ version = "1.1.43+0"

[[deps.XZ_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "6e6f1a4f245f66f93f28e55879f9ba47fed66f36"
git-tree-sha1 = "fee71455b0aaa3440dfdd54a9a36ccef829be7d4"
uuid = "ffd25f8a-64ca-5728-b0f7-c24cf3aae800"
version = "5.8.0+0"
version = "5.8.1+0"

[[deps.Xorg_libX11_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libxcb_jll", "Xorg_xtrans_jll"]
Expand Down
7 changes: 0 additions & 7 deletions test/MatrixFields/matrix_field_test_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,8 @@ function test_field_broadcast(;
ref_set_result = nothing,
time_ratio_limit = 10,
max_eps_error_limit = 10,
test_broken_with_cuda = false,
)
@testset "$test_name" begin
if test_broken_with_cuda && using_cuda
@test_throws invalid_ir_error materialize(get_result)
@warn "$test_name:\n\tCUDA.InvalidIRError"
return
end

result = materialize(get_result)
result_copy = copy(result)
time = @benchmark materialize!(result, set_result)
Expand Down
1 change: 0 additions & 1 deletion test/MatrixFields/operator_matrices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ end
)
),
time_ratio_limit = 30, # This case's ref function is fast on Buildkite.
test_broken_with_cuda = true, # TODO: Fix this.
)

# TODO: For some reason, we need to compile and run @test_opt on several
Expand Down
Loading