File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ selfdot_bench = benchmark_selfdot(longsizes); println("a' * a benchmark results:
212
212
213
213
sse_bench = benchmark_sse (sizes); println (" Benchmark resutls of summing squared error:" ); println (sse_bench)
214
214
aplusBc_bench = benchmark_aplusBc (sizes); println (" Benchmark results of a .+ B .* c':" ); println (aplusBc_bench)
215
- AplusAt_bench = benchmark_AplusAt (sizes); println (" Benchmark results of A * A':" ); println (AplusAt_bench)
215
+ AplusAt_bench = benchmark_AplusAt (sizes); println (" Benchmark results of A .+ A':" ); println (AplusAt_bench)
216
216
217
217
filter2d_dynamic_bench = benchmark_filter2ddynamic (sizes); println (" Benchmark results for dynamically sized 3x3 convolution:" ); println (filter2d_dynamic_bench)
218
218
filter2d_3x3_bench = benchmark_filter2d3x3 (sizes); println (" Benchmark results for statically sized 3x3 convolution:" ); println (filter2d_3x3_bench)
You can’t perform that action at this time.
0 commit comments