File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 55
55
if : build.pull_request.labels includes "benchmark"
56
56
timeout_in_minutes : 30
57
57
58
- - label : " AMDGPU - Julia 1.9 - No Artifacts "
58
+ - label : " AMDGPU - Julia 1.9"
59
59
plugins :
60
60
- JuliaCI/julia#v1:
61
61
version : 1.9-nightly
@@ -76,18 +76,23 @@ steps:
76
76
push!(conf[\"targets\"][\"test\"], \"AMDGPU\");
77
77
open(io -> TOML.print(io, conf), \"Project.toml\", \"w\");
78
78
" " "
79
+ - julia --project=. -e " " "
80
+ using Pkg;
81
+ Pkg.develop(\"AMDGPU\");
82
+ Pkg.activate(joinpath(Pkg.devdir(), \"AMDGPU\"));
83
+ Pkg.add(\"MIOpen_jll\");
84
+ " " "
79
85
timeout_in_minutes: 30
80
86
env:
81
87
JULIA_AMDGPU_CORE_MUST_LOAD: " 1"
82
88
JULIA_AMDGPU_HIP_MUST_LOAD : " 1"
83
- # JULIA_AMDGPU_DISABLE_ARTIFACTS: "1"
84
89
NNLIB_TEST_AMDGPU : true
85
90
86
91
# - label: "GPU julia nightly"
87
92
# plugins:
88
93
# - JuliaCI/julia#v1:
89
94
# version: "nightly"
90
- # - JuliaCI/julia-test#v1: ~
95
+ # - JuliaCI/julia-test#v1: ~
91
96
# - JuliaCI/julia-coverage#v1:
92
97
# codecov: true
93
98
# dirs:
You can’t perform that action at this time.
0 commit comments