Skip to content

Commit

Permalink
Try disabled recursion limits branch
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Sep 19, 2024
1 parent 312c9c9 commit 95268ab
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .buildkite/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.5"
manifest_format = "2.0"
project_hash = "fd1e670d65913da2cbb0367d634efd6165bc7d16"
project_hash = "df8d928b39b6ed33e1d2e8ca2259b9ea4e459a05"

[[deps.ADTypes]]
git-tree-sha1 = "99a6f5d0ce1c7c6afdb759daa30226f71c54f6b0"
Expand Down Expand Up @@ -2511,7 +2511,9 @@ uuid = "45397f5d-5981-4c77-b2b3-fc36d6e9b728"
version = "1.6.4"

[[deps.UnrolledUtilities]]
git-tree-sha1 = "1244bd810bfd53c539ef5463b01dd9b808c2e5da"
git-tree-sha1 = "0bab9091319ed10b9789c154973d6749d6e99bef"
repo-rev = "dy/recursion_limit"
repo-url = "https://github.com/CliMA/UnrolledUtilities.jl.git"
uuid = "0fe1646c-419e-43be-ac14-22321958931b"
version = "0.1.5"
weakdeps = ["StaticArrays"]
Expand Down
1 change: 1 addition & 0 deletions .buildkite/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ TerminalLoggers = "5d786b92-1e48-4d6f-9151-6b4477ca9bed"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
UnrolledUtilities = "0fe1646c-419e-43be-ac14-22321958931b"

[compat]
SnoopCompileCore = "2"
1 change: 1 addition & 0 deletions benchmarks/3d/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
NVTX = "5da4648a-3479-48b8-97b9-01cb529c0a1f"
UnrolledUtilities = "0fe1646c-419e-43be-ac14-22321958931b"
6 changes: 4 additions & 2 deletions benchmarks/bickleyjet/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.5"
manifest_format = "2.0"
project_hash = "a5acdbd13ed54ab47f61f609c38695ceeafab1b8"
project_hash = "fdb9e14a57898722328d7e9fac3b2accc9eac34e"

[[deps.AbstractFFTs]]
deps = ["LinearAlgebra"]
Expand Down Expand Up @@ -1441,7 +1441,9 @@ uuid = "45397f5d-5981-4c77-b2b3-fc36d6e9b728"
version = "1.6.4"

[[deps.UnrolledUtilities]]
git-tree-sha1 = "1244bd810bfd53c539ef5463b01dd9b808c2e5da"
git-tree-sha1 = "0bab9091319ed10b9789c154973d6749d6e99bef"
repo-rev = "dy/recursion_limit"
repo-url = "https://github.com/CliMA/UnrolledUtilities.jl.git"
uuid = "0fe1646c-419e-43be-ac14-22321958931b"
version = "0.1.5"
weakdeps = ["StaticArrays"]
Expand Down
1 change: 1 addition & 0 deletions benchmarks/bickleyjet/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
UnrolledUtilities = "0fe1646c-419e-43be-ac14-22321958931b"

[compat]
BenchmarkTools = "1"
Expand Down
1 change: 1 addition & 0 deletions perf/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TerminalLoggers = "5d786b92-1e48-4d6f-9151-6b4477ca9bed"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
UnrolledUtilities = "0fe1646c-419e-43be-ac14-22321958931b"

[compat]
Plots = "1"
Expand Down

0 comments on commit 95268ab

Please sign in to comment.