Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ steps:
- "1.10"
- "1.11"
- "1.12"
- "1.13"
- "nightly"
adjustments:
- with:
Expand All @@ -47,7 +48,7 @@ steps:
- label: "CUDA {{matrix.cuda}}"
plugins:
- JuliaCI/julia#v1:
version: "1.11"
version: "1.12"
- JuliaCI/julia-test#v1:
test_args: "--quickfail core base libraries"
- JuliaCI/julia-coverage#v1:
Expand All @@ -68,6 +69,7 @@ steps:
matrix:
setup:
cuda:
# - "13.1"
- "13.0"
- "12.9"
- "12.8"
Expand All @@ -78,10 +80,6 @@ steps:
- "12.2"
- "12.1"
- "12.0"
adjustments:
- with:
cuda: "13.0"
soft_fail: true
commands: |
echo -e "[CUDA_Runtime_jll]\nversion = \"{{matrix.cuda}}\"" >LocalPreferences.toml

Expand Down Expand Up @@ -149,7 +147,7 @@ steps:
#- label: "NNlib.jl"
# plugins:
# - JuliaCI/julia#v1:
# version: "1.11"
# version: "1.12"
# - JuliaCI/julia-coverage#v1:
# dirs:
# - src
Expand Down Expand Up @@ -258,7 +256,7 @@ steps:
- label: "GPU-less environment"
plugins:
- JuliaCI/julia#v1:
version: "1.11"
version: "1.12"
- JuliaCI/julia-coverage#v1:
dirs:
- src
Expand Down Expand Up @@ -290,7 +288,7 @@ steps:
- label: "Compute sanitizer"
plugins:
- JuliaCI/julia#v1:
version: "1.11"
version: "1.12"
- JuliaCI/julia-test#v1:
test_args: "--sanitize core base"
- JuliaCI/julia-coverage#v1:
Expand All @@ -312,7 +310,7 @@ steps:
- label: "Legacy memory allocator"
plugins:
- JuliaCI/julia#v1:
version: "1.11"
version: "1.12"
- JuliaCI/julia-test#v1:
test_args: "--quickfail core base"
- JuliaCI/julia-coverage#v1:
Expand Down Expand Up @@ -365,7 +363,7 @@ steps:
- label: "MultiGPU"
plugins:
- JuliaCI/julia#v1:
version: "1.11"
version: "1.12"
- JuliaCI/julia-test#v1:
test_args: "--gpu=0,1 --quickfail core base libraries"
- JuliaCI/julia-coverage#v1:
Expand All @@ -391,7 +389,7 @@ steps:
- label: ":books: Documentation"
plugins:
- JuliaCI/julia#v1:
version: "1.11"
version: "1.12"
command: |
julia --project -e '
println("--- :julia: Instantiating project")
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

strategy:
matrix:
julia: ["1.10", "1.11"]
cuda: ["11.8", "12.6"]
julia: ["1.10", "1.11", "1.12", "1.13-nightly"]
cuda: ["11.8", "12.6", "13.1"]
platform: ["linux/amd64"]
os: ["ubuntu-24.04"]
include:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ChainRulesCore = "1"
Crayons = "4"
EnzymeCore = "0.8.2"
ExprTools = "0.1"
GPUArrays = "11.3.1"
GPUArrays = "11.4.0"
GPUCompiler = "1.4"
GPUToolbox = "0.3, 1"
KernelAbstractions = "0.9.38"
Expand Down
Loading
Loading