Skip to content

Commit 18ba0c9

Browse files
author
Lagrang3
committed
added speedup column to real vs complex
1 parent 8d03be2 commit 18ba0c9

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

benchmarks.tex

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@ \section{Benchmarks}
1717
\ref{tab:benchmarks}.
1818
\begin{table}
1919
\centering
20-
\begin{tabular}{rrr}
21-
\dft\ size & $\Complex$ time (ms) & $\Real$ time (ms) \\
20+
\begin{tabular}{rrrr}
21+
\dft\ size & $\Complex$ time (ms) & $\Real$ time (ms) & speedup \\
2222
\hline
23-
4'096 & 2 & 1 \\
24-
16'384 & 10 & 7 \\
25-
65'536 & 53 & 37 \\
26-
262'144 & 262 & 185 \\
27-
1'048'576 & 1'238 & 891 \\
23+
4'096 & 2 & 1 & x2.0 \\
24+
16'384 & 10 & 7 & x1.4 \\
25+
65'536 & 53 & 37 & x1.4 \\
26+
262'144 & 262 & 185 & x1.4 \\
27+
1'048'576 & 1'238 & 891 & x1.4 \\
2828
\hline
29-
100 & 2 & 1 \\
30-
1'000 & 24 & 16 \\
31-
10'000 & 311 & 205 \\
32-
100'000 & 3'932 & 2'457 \\
33-
1'000'000& 47'359 & 28'466 \\
29+
100 & 2 & 1 & x2.0 \\
30+
1'000 & 24 & 16 & x1.5 \\
31+
10'000 & 311 & 205 & x1.5 \\
32+
100'000 & 3'932 & 2'457 & x1.6 \\
33+
1'000'000& 47'359 & 28'466 & x1.7 \\
3434
\hline
35-
109 & 4 & 4 \\
36-
1'009 & 56 & 56 \\
37-
10'009 & 801 & 801 \\
38-
100'003 & 10'107 &10'056 \\
35+
109 & 4 & 4 & x1.0\\
36+
1'009 & 56 & 56 & x1.0 \\
37+
10'009 & 801 & 801 & x1.0 \\
38+
100'003 & 10'107 &10'056 & x1.0 \\
3939
\end{tabular}
4040
\caption{Benchmarks for the \bsl\ backend, comparison of the real and
4141
complex \dft\ execution times. On top a series of powers of two sizes, in

0 commit comments

Comments
 (0)