Skip to content

Commit 4fd4e9d

Browse files
committed
fixing matmul benchmark
1 parent fd8cd5c commit 4fd4e9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

benchmark/bench_mat_mul.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
module BenchmarkMatMul
2+
13
using StaticArrays
24
using BenchmarkTools
35
using LinearAlgebra
@@ -209,3 +211,6 @@ end
209211
function run_1()
210212
return full_benchmark(mul_wrappers_reduced, [2, 3, 4, 5, 8, 9, 14, 16])
211213
end
214+
215+
end #module
216+
BenchmarkMatMul.suite

0 commit comments

Comments
 (0)