Skip to content

Commit

Permalink
comment out amdgpu and metal
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale-Black committed Dec 27, 2024
1 parent d173f85 commit d87bf30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .buildkite/runbenchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ steps:
depends_on:
- "cpu-benchmarks"
- "cuda-benchmarks"
- "amdgpu-benchmarks"
# - "amdgpu-benchmarks"
- "oneapi-benchmarks"
- "metal-benchmarks"
# - "metal-benchmarks"
plugins:
- JuliaCI/julia#v1:
version: "1.10"
Expand Down
3 changes: 1 addition & 2 deletions benchmarks/aggregate.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using BenchmarkTools

# const GPU_BACKENDS = ["AMDGPU", "CUDA", "Metal", "oneAPI"]
const GPU_BACKENDS = ["CUDA", "oneAPI"]
const GPU_BACKENDS = ["AMDGPU", "CUDA", "Metal", "oneAPI"]
const NUM_CPU_THREADS = [1, 2, 4, 8]

const RESULTS = BenchmarkGroup()
Expand Down

0 comments on commit d87bf30

Please sign in to comment.