Skip to content

Commit

Permalink
comment out hung amdgpu
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale-Black committed Dec 27, 2024
1 parent d6ac055 commit 67b4b12
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .buildkite/runbenchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,27 +50,27 @@ steps:
BENCHMARK_GROUP: CUDA
timeout_in_minutes: 12

- label: "AMDGPU: Run Benchmarks"
key: "amdgpu-benchmarks"
plugins:
- JuliaCI/julia#v1:
version: "1.10"
command: |
julia --project=benchmarks -e '
using Pkg;
Pkg.instantiate();
Pkg.develop(path=pwd());
Pkg.add("AMDGPU");
'
julia --project=benchmarks benchmarks/runbenchmarks.jl
artifacts:
- "benchmarks/results/AMDGPUbenchmarks.json"
agents:
queue: "juliagpu"
rocm: "*"
env:
BENCHMARK_GROUP: AMDGPU
timeout_in_minutes: 12
# - label: "AMDGPU: Run Benchmarks"
# key: "amdgpu-benchmarks"
# plugins:
# - JuliaCI/julia#v1:
# version: "1.10"
# command: |
# julia --project=benchmarks -e '
# using Pkg;
# Pkg.instantiate();
# Pkg.develop(path=pwd());
# Pkg.add("AMDGPU");
# '
# julia --project=benchmarks benchmarks/runbenchmarks.jl
# artifacts:
# - "benchmarks/results/AMDGPUbenchmarks.json"
# agents:
# queue: "juliagpu"
# rocm: "*"
# env:
# BENCHMARK_GROUP: AMDGPU
# timeout_in_minutes: 12

- label: "oneAPI: Run Benchmarks"
key: "oneapi-benchmarks"
Expand Down

0 comments on commit 67b4b12

Please sign in to comment.