File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -17,25 +17,25 @@ \section{Benchmarks}
17
17
\ref {tab:benchmarks }.
18
18
\begin {table }
19
19
\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 \\
22
22
\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 \\
28
28
\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 \\
34
34
\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 \\
39
39
\end {tabular }
40
40
\caption {Benchmarks for the \bsl \ backend, comparison of the real and
41
41
complex \dft \ execution times. On top a series of powers of two sizes, in
You can’t perform that action at this time.
0 commit comments