Skip to content

Commit e8f7c72

Browse files
committed
Add MIOpen_jll on CI
1 parent 1db021c commit e8f7c72

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ steps:
5555
if: build.pull_request.labels includes "benchmark"
5656
timeout_in_minutes: 30
5757

58-
- label: "AMDGPU - Julia 1.9 - No Artifacts"
58+
- label: "AMDGPU - Julia 1.9"
5959
plugins:
6060
- JuliaCI/julia#v1:
6161
version: 1.9-nightly
@@ -76,18 +76,23 @@ steps:
7676
push!(conf[\"targets\"][\"test\"], \"AMDGPU\");
7777
open(io -> TOML.print(io, conf), \"Project.toml\", \"w\");
7878
"""
79+
- julia --project=. -e """
80+
using Pkg;
81+
Pkg.develop(\"AMDGPU\");
82+
Pkg.activate(joinpath(Pkg.devdir(), \"AMDGPU\"));
83+
Pkg.add(\"MIOpen_jll\");
84+
"""
7985
timeout_in_minutes: 30
8086
env:
8187
JULIA_AMDGPU_CORE_MUST_LOAD: "1"
8288
JULIA_AMDGPU_HIP_MUST_LOAD: "1"
83-
# JULIA_AMDGPU_DISABLE_ARTIFACTS: "1"
8489
NNLIB_TEST_AMDGPU: true
8590

8691
# - label: "GPU julia nightly"
8792
# plugins:
8893
# - JuliaCI/julia#v1:
8994
# version: "nightly"
90-
# - JuliaCI/julia-test#v1: ~
95+
# - JuliaCI/julia-test#v1: ~
9196
# - JuliaCI/julia-coverage#v1:
9297
# codecov: true
9398
# dirs:

0 commit comments

Comments
 (0)