Skip to content

Commit 59b4a9b

Browse files
committed
by default use a reduced set of matmul benchmarks
1 parent 4fd4e9d commit 59b4a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/bench_mat_mul.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ for N in [2, 4, 8, 10, 16]
4242
A = randn(SMatrix{N,N,Float64})
4343
B = randn(SMatrix{N,N,Float64})
4444
bv = randn(SVector{N,Float64})
45-
for (wrapper_a, wrapper_name) in mul_wrappers
45+
for (wrapper_a, wrapper_name) in mul_wrappers_reduced
4646
thrown = false
4747
try
4848
wrapper_a(A) * bv

0 commit comments

Comments
 (0)