https://github.com/MolloiLab/DistanceTransforms.jl

update project for AK.jl release

Passed in 33m 22s
:buildkite: Pipeline uploadbuildkite-agent pipeline upload
Waited 10s
Ran in 4s
:pipeline: Launch Testsbuildkite-agent pipeline upload .buildkite/runtests.yml
Waited 1s
Ran in 5s
Matrix
CPU: Julia v1.10julia -e 'using Pkg && println("--- :julia: Instantiating environment") && Pkg.develop(path=".") && println("+++ :julia: Running tests") && Pkg.test("DistanceTransforms"; coverage=true, julia_args=`--threads=auto`)'
Waited 8s
Ran in 4m 19s
Matrix
CUDA: Julia 1.10julia -e 'using Pkg && println("--- :julia: Instantiating environment") && Pkg.add("CUDA") && Pkg.develop(path=".") && println("+++ :julia: Running tests") && Pkg.test("DistanceTransforms"; coverage=true, test_args=["CUDA"])'
Waited 2s
Ran in 3m 0s
Matrix
Metal: Julia 1.10julia -e 'using Pkg && println("--- :julia: Instantiating environment") && Pkg.add("Metal") && Pkg.develop(path=".") && println("+++ :julia: Running tests") && Pkg.test("DistanceTransforms"; coverage=true, test_args=["Metal"])'
Waited 10s
Ran in 1m 41s
Matrix
oneAPI: Julia 1.10julia -e 'using Pkg && println("--- :julia: Instantiating environment") && Pkg.add("oneAPI") && Pkg.develop(path=".") && println("+++ :julia: Running tests") && Pkg.test("DistanceTransforms"; coverage=true, test_args=["oneAPI"])'
Waited 5s
Ran in 2m 29s
Matrix
AMDGPU: Julia 1.10julia -e 'using Pkg && println("--- :julia: Instantiating environment") && Pkg.add("AMDGPU") && Pkg.develop(path=".") && println("+++ :julia: Running tests") && Pkg.test("DistanceTransforms"; coverage=true, test_args=["AMDGPU"])'
Waited 25m 32s
Ran in 2m 28s
:pipeline: Launch Benchmarks
Waited 9s
Ran in 4s
buildkite-agent pipeline upload .buildkite/runb...buildkite-agent pipeline upload .buildkite/runbenchmarks.yml
Waited 8s
Ran in 5s
CPU: Run Benchmarks (1 thread)julia --project=benchmarks -e ' && using Pkg; && Pkg.instantiate(); && Pkg.develop(path=pwd()); && ' && julia --project=benchmarks --threads=1 benchmarks/runbenchmarks.jl
Waited 10s
Ran in 8m 54s
CPU: Run Benchmarks (2 threads)julia --project=benchmarks -e ' && using Pkg; && Pkg.instantiate(); && Pkg.develop(path=pwd()); && ' && julia --project=benchmarks --threads=2 benchmarks/runbenchmarks.jl
Waited 2s
Ran in 9m 14s
CPU: Run Benchmarks (4 threads)julia --project=benchmarks -e ' && using Pkg; && Pkg.instantiate(); && Pkg.develop(path=pwd()); && ' && julia --project=benchmarks --threads=4 benchmarks/runbenchmarks.jl
Waited 9m 17s
Ran in 6m 17s
CPU: Run Benchmarks (8 threads)julia --project=benchmarks -e ' && using Pkg; && Pkg.instantiate(); && Pkg.develop(path=pwd()); && ' && julia --project=benchmarks --threads=8 benchmarks/runbenchmarks.jl
Waited 9m 22s
Ran in 6m 27s
CUDA: Run Benchmarksjulia --project=benchmarks -e ' && using Pkg; && Pkg.instantiate(); && Pkg.develop(path=pwd()); && Pkg.add("CUDA"); && ' && julia --project=benchmarks benchmarks/runbenchmarks.jl
Waited 4s
Ran in 5m 28s
AMDGPU: Run Benchmarksjulia --project=benchmarks -e ' && using Pkg; && Pkg.instantiate(); && Pkg.develop(path=pwd()); && Pkg.add("AMDGPU"); && ' && julia --project=benchmarks benchmarks/runbenchmarks.jl
Waited 27m 41s
Ran in 4m 44s
oneAPI: Run Benchmarksjulia --project=benchmarks -e ' && using Pkg; && Pkg.instantiate(); && Pkg.develop(path=pwd()); && Pkg.add("oneAPI"); && ' && julia --project=benchmarks benchmarks/runbenchmarks.jl
Waited 2m 18s
Ran in 5m 18s
Metal: Run Benchmarksjulia --project=benchmarks -e ' && using Pkg; && Pkg.instantiate(); && Pkg.develop(path=pwd()); && Pkg.add("Metal"); && ' && julia --project=benchmarks benchmarks/runbenchmarks.jl
Waited 10s
Ran in 4m 10s
Combine Benchmarksjulia --project=benchmarks -e ' && using Pkg && Pkg.instantiate()' && buildkite-agent artifact download "benchmarks/results/*benchmarks*.json" . && julia --project=benchmarks benchmarks/aggregate.jl
Waited 2s
Ran in 26s
Total Job Run Time: 1h 5m