Skip to content

Commit e9e9f57

Browse files
CompatHelper Juliagiordano
authored andcommitted
CompatHelper: bump compat for GPUCompiler to 1, (keep existing compat)
1 parent d624d4c commit e9e9f57

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ libcxxwrap_julia_jll = "3eaa8342-bff7-56a5-9981-c04077f7cee7"
2020
[compat]
2121
Clang = "0.14, 0.17.4, 0.18"
2222
CxxWrap = "0.14, 0.16"
23-
GPUCompiler = "0.23, 0.24, 0.25, 0.26, 0.27"
23+
GPUCompiler = "0.23, 0.24, 0.25, 0.26, 0.27, 1"
2424
JSON = "0.21.4"
2525
LLVM = "6, 7, 8, 9"
2626
LinearAlgebra = "1"

test/Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
88
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
99

1010
[compat]
11-
Enzyme = "0.11, 0.12"
11+
CxxWrap = "0.14, 0.16"
12+
GPUCompiler = "0.23, 0.24, 0.25, 0.26, 0.27, 1"
13+
Enzyme = "0.11, 0.12, 0.13"
1214
StaticArrays = "1"

0 commit comments

Comments
 (0)