Skip to content

Commit 377e74d

Browse files
authored
Merge pull request #2359 from pxl-th/pxl-th/bump-amdgpu
Bump AMDGPU compat to 0.8
2 parents ed5a3b8 + 45a04c8 commit 377e74d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ steps:
5858
- label: "AMD GPU with Julia 1"
5959
plugins:
6060
- JuliaCI/julia#v1:
61-
version: "1"
61+
version: "1.10"
6262
- JuliaCI/julia-test#v1:
6363
- JuliaCI/julia-coverage#v1:
6464
codecov: true

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ FluxCUDAcuDNNExt = ["CUDA", "cuDNN"]
3535
FluxMetalExt = "Metal"
3636

3737
[compat]
38-
AMDGPU = "0.6, 0.7"
38+
AMDGPU = "0.7, 0.8"
3939
Adapt = "3.0"
4040
CUDA = "4, 5"
4141
ChainRulesCore = "1.12"

0 commit comments

Comments
 (0)