From 67b4b128b33dceb9c789c087017f6d08b5966aac Mon Sep 17 00:00:00 2001 From: Dale Black Date: Fri, 27 Dec 2024 10:06:29 -0800 Subject: [PATCH] comment out hung amdgpu --- .buildkite/runbenchmarks.yml | 42 ++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.buildkite/runbenchmarks.yml b/.buildkite/runbenchmarks.yml index 3894a60..9328f0c 100644 --- a/.buildkite/runbenchmarks.yml +++ b/.buildkite/runbenchmarks.yml @@ -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"