Skip to content

Commit 468211e

Browse files
authored
update CUDA compat (#17)
* update CUDA compat * update julia versions for CI
1 parent e7ac5aa commit 468211e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ env:
22
SECRET_CODECOV_TOKEN: "MIXvKy8FpOJzyBykdGQdVdn0jVli57e1Mc1QQQQA6RyLBdViYwCOjLQS+Yh5sgeD5eEm9JLtu6ISePq01EjqpHF7/6zJlcEJTqj2JidcH/sp/FnJiIY0MfV48DSrz1XA7rN6hHQ8wh09+BMG1Ur4CbtwVQl1HF3wZqmt+b2Ahknyxd0mrIoT3j6RJ90vVSGagLLqWolaQLLOFoGNyHbeFV15r1YXLZDkwyE1SSNz4JF3qEN7vFbM9ZnbR4edd7zWABdDiGd3FDnbn1OJFbZ3JzJXph6JAxZyF34RFDzZsERiKyIrAM+0LfyDYqCAcYnjDpJoEASZugTTwIKXOjUkyQ==;U2FsdGVkX1+go3U7v0bYSZs2Lx4R/lwnJXQm4ATdXL2Y7x5H9QDOgazDvusO8UmBtwHFi3szvPuuxr/gcXYgxw=="
33

44
steps:
5-
- label: "Julia 1.5"
5+
- label: "Julia 1.6"
66
plugins:
77
- JuliaCI/julia#v1:
8-
version: 1.5
8+
version: 1.6
99
- JuliaCI/julia-test#v1: ~
1010
- JuliaCI/julia-coverage#v1:
1111
codecov: true
@@ -15,10 +15,10 @@ steps:
1515
if: build.message !~ /\[skip tests\]/
1616
timeout_in_minutes: 60
1717

18-
- label: "Julia 1.6"
18+
- label: "Julia 1.7"
1919
plugins:
2020
- JuliaCI/julia#v1:
21-
version: 1.6-nightly
21+
version: 1.7
2222
- JuliaCI/julia-test#v1: ~
2323
- JuliaCI/julia-coverage#v1:
2424
codecov: true

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1313

1414
[compat]
1515
CEnum = "0.4"
16-
CUDA = "2.2"
16+
CUDA = "2.2, 3"
1717
JSON = "0.21"
1818
julia = "1.5"
1919

0 commit comments

Comments
 (0)