Skip to content

Commit a9c24ce

Browse files
authored
Merge pull request #473 from JuliaGPU/kae
Bump KA test compat for Enzyme
2 parents 5b8a551 + 00bf317 commit a9c24ce

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.buildkite/pipeline.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ steps:
3434
version:
3535
- "1.8"
3636
- "1.9"
37+
- "1.10"
3738
plugins:
3839
- JuliaCI/julia#v1:
3940
version: "{{matrix.version}}"

test/Project.toml

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
88
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
99
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1010
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
11+
12+
[compat]
13+
Enzyme = "0.12"

0 commit comments

Comments
 (0)