Skip to content

Commit

Permalink
Merge branch 'master' into update-cis
Browse files Browse the repository at this point in the history
  • Loading branch information
cncastillo authored Oct 31, 2024
2 parents 6d1c1e4 + 2884674 commit 894f196
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
14 changes: 8 additions & 6 deletions .buildkite/runbenchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ steps:
artifact_paths:
- "benchmarks/results/*"
agents:
queue: "benchmark"
arch: "aarch64"
queue: "juliaecosystem"
num_cpus: "8"
env:
BENCHMARK_GROUP: CPU
JULIA_NUM_THREADS: "{{matrix.threads}}"
timeout_in_minutes: 120
timeout_in_minutes: 30

- label: "AMDGPU: Run Benchmarks"
plugins:
Expand Down Expand Up @@ -57,7 +59,7 @@ steps:
rocmgpu: "gfx1101"
env:
BENCHMARK_GROUP: AMDGPU
timeout_in_minutes: 120
timeout_in_minutes: 30

- label: "CUDA: Run Benchmarks"
plugins:
Expand Down Expand Up @@ -85,7 +87,7 @@ steps:
cuda: "*"
env:
BENCHMARK_GROUP: CUDA
timeout_in_minutes: 120
timeout_in_minutes: 30

- label: "Metal: Run Benchmarks"
plugins:
Expand Down Expand Up @@ -113,7 +115,7 @@ steps:
arch: "aarch64"
env:
BENCHMARK_GROUP: Metal
timeout_in_minutes: 120
timeout_in_minutes: 30

- label: "oneAPI: Run Benchmarks"
plugins:
Expand All @@ -140,7 +142,7 @@ steps:
intel: "*"
env:
BENCHMARK_GROUP: oneAPI
timeout_in_minutes: 120
timeout_in_minutes: 30

- wait: ~

Expand Down
18 changes: 8 additions & 10 deletions .buildkite/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ steps:
plugins:
- JuliaCI/julia#v1:
version: "{{matrix.version}}"
- JuliaCI/julia-coverage#v1:
codecov: true
dirs:
- KomaMRICore/src
- KomaMRICore/ext
env:
TEST_GROUP: $TEST_GROUP
command: |
julia -e 'println("--- :julia: Instantiating project")
using Pkg
Expand All @@ -27,10 +20,15 @@ steps:
julia -e 'println("--- :julia: Running tests")
using Pkg
Pkg.test("KomaMRICore"; coverage=true, julia_args=`--threads=auto`)'
Pkg.test("KomaMRICore")'
agents:
queue: "juliagpu"
timeout_in_minutes: 60
arch: "aarch64"
queue: "juliaecosystem"
num_cpus: "4"
env:
TEST_GROUP: $TEST_GROUP
JULIA_NUM_THREADS: "4"
timeout_in_minutes: 30

- label: "AMDGPU: Run tests on v{{matrix.version}}"
matrix:
Expand Down

0 comments on commit 894f196

Please sign in to comment.