Skip to content

Commit 96d4dd4

Browse files
authored
Merge pull request #2435 from CliMA/js/gpu-fix
fix GPUCompiler hash
2 parents 43a02ce + 06f7671 commit 96d4dd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ UnrolledUtilities = "0fe1646c-419e-43be-ac14-22321958931b"
3131

3232
[weakdeps]
3333
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
34-
GPUCompiler = "f5f5e495-2405-526c-b7e8-d49c91cb95a5"
34+
GPUCompiler = "61eb1bfa-7361-4325-ad38-22787b887f55"
3535
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
3636

3737
[extensions]
@@ -54,8 +54,8 @@ DataStructures = "0.18.13, 0.19"
5454
Dates = "1"
5555
FastBroadcast = "0.3.1"
5656
ForwardDiff = "0.10.15, 1"
57-
GaussQuadrature = "0.5.8"
5857
GPUCompiler = "< 1.7.6"
58+
GaussQuadrature = "0.5.8"
5959
GilbertCurves = "0.1"
6060
HDF5 = "0.16.16, 0.17"
6161
InteractiveUtils = "1"

0 commit comments

Comments
 (0)