Skip to content

Commit

Permalink
Temporarily allow benchmark runs on all workers.
Browse files Browse the repository at this point in the history
[only benchmarks]
  • Loading branch information
maleadt committed Oct 2, 2024
1 parent 438ab8f commit 71b784e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ steps:
queue: "juliaecosystem"
os: "macos"
arch: "aarch64"
macos_version: "15.0"
if: |
build.message =~ /\[only benchmarks\]/ ||
build.message !~ /\[only/ && !build.pull_request.draft &&
Expand Down

1 comment on commit 71b784e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Metal Benchmarks

Benchmark suite Current: 71b784e Previous: 8652754 Ratio
private array/construct 23715.25 ns
private array/broadcast 474145.5 ns
private array/random/randn/Float32 994125 ns
private array/random/randn!/Float32 644458.5 ns
private array/random/rand!/Int64 569958 ns
private array/random/rand!/Float32 606250 ns
private array/random/rand/Int64 831750 ns
private array/random/rand/Float32 897625 ns
private array/copyto!/gpu_to_gpu 660666 ns
private array/copyto!/cpu_to_gpu 555208 ns
private array/copyto!/gpu_to_cpu 709417 ns
private array/accumulate/1d 1430125 ns
private array/accumulate/2d 1499500 ns
private array/iteration/findall/int 2210520.5 ns
private array/iteration/findall/bool 2041209 ns
private array/iteration/findfirst/int 1704833 ns
private array/iteration/findfirst/bool 1645334 ns
private array/iteration/scalar 2430625 ns
private array/iteration/logical 3432895.5 ns
private array/iteration/findmin/1d 1763667 ns
private array/iteration/findmin/2d 1353479 ns
private array/reductions/reduce/1d 730853.5 ns
private array/reductions/reduce/2d 709708 ns
private array/reductions/mapreduce/1d 800041 ns
private array/reductions/mapreduce/2d 713125 ns
private array/permutedims/4d 949333 ns
private array/permutedims/2d 930958 ns
private array/permutedims/3d 1018708.5 ns
private array/copy 582583 ns
latency/precompile 4403995333 ns 4401680834 ns 1.00
latency/ttfp 6895957979 ns 6678542687 ns 1.03
latency/import 723655188 ns 721498042 ns 1.00
integration/metaldevrt 757604 ns 708167 ns 1.07
integration/byval/slices=1 1623541 ns 1530625 ns 1.06
integration/byval/slices=3 8853854 ns 11010542 ns 0.80
integration/byval/reference 1573521 ns 1585084 ns 0.99
integration/byval/slices=2 2624459 ns 2472708 ns 1.06
kernel/indexing 455583 ns 454333 ns 1.00
kernel/indexing_checked 461916 ns 455667 ns 1.01
kernel/launch 10875 ns 8459 ns 1.29
metal/synchronization/stream 19250 ns 14667 ns 1.31
metal/synchronization/context 19791 ns 14916 ns 1.33
shared array/construct 23972.166666666668 ns
shared array/broadcast 478708 ns
shared array/random/randn/Float32 987500 ns
shared array/random/randn!/Float32 641062.5 ns
shared array/random/rand!/Int64 576520.5 ns
shared array/random/rand!/Float32 592333.5 ns
shared array/random/rand/Int64 870458 ns
shared array/random/rand/Float32 935229 ns
shared array/copyto!/gpu_to_gpu 546667 ns
shared array/copyto!/cpu_to_gpu 94125 ns
shared array/copyto!/gpu_to_cpu 84208 ns
shared array/accumulate/1d 1434979 ns
shared array/accumulate/2d 1497729 ns
shared array/iteration/findall/int 1971125 ns
shared array/iteration/findall/bool 1777500 ns
shared array/iteration/findfirst/int 1410291 ns
shared array/iteration/findfirst/bool 1388708 ns
shared array/iteration/scalar 189562.5 ns
shared array/iteration/logical 3205291 ns
shared array/iteration/findmin/1d 1479229 ns
shared array/iteration/findmin/2d 1373083.5 ns
shared array/reductions/reduce/1d 616666 ns
shared array/reductions/reduce/2d 716854.5 ns
shared array/reductions/mapreduce/1d 686417 ns
shared array/reductions/mapreduce/2d 710584 ns
shared array/permutedims/4d 960250 ns
shared array/permutedims/2d 925458.5 ns
shared array/permutedims/3d 1015208.5 ns
shared array/copy 598354.5 ns

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.