Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
perf: benchmark fallback batched_matmul
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Sep 21, 2024
1 parent c6fdd97 commit 3269714
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions benchmarks/setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,6 @@ end

function setup_batched_matmul_benchmarks!(suite::BenchmarkGroup, cpu_or_gpu::String,
backend::String, dev::MLDataDevices.AbstractDevice)
if dev isa MetalDevice || dev isa oneAPIDevice
@warn "Skipping batched_matmul benchmarks for $(dev)..."
return
end

for N in [2, 16, 128, 512], Bsize in [4, 32, 128, 512]
benchmark_name = "batchedmm($N, Bsize=$Bsize)"

Expand Down

0 comments on commit 3269714

Please sign in to comment.