Daniele Cono D'Elia edited case-study.tex  over 8 years ago

Commit id: 5d2ddc029db1ca614841d1e659da5e6e4b0648e7

deletions | additions      

       

\subsection{Experimental results}  We have evaluated the effectiveness of our technique on four benchmarks, namely {\tt odeEuler}, {\tt odeMidpt}, {\tt odeRK4}, and {\tt sim\_anl}. The first three benchmarks solve an ODE for heat treating simulation using the Euler, midpoint, and Range-Kutta method, respectively; the last benchmark minimizes the six-hump camelback function with the method of simulated annealing.    \begin{table} % dirty hack for text wrapping  \begin{tabular}{ c c c c c }  benchmark/ speedup \hline  benchmark  & base(cached)  & optimized & optimized & \\   / speedup & (cached) & optimized &  (cached) & hand-coded \\ \hline  \hline  odeEuler & 1.046 & 2.796 & 2.800 & 2 .828 \\   \hline  odeMidpt & 1.014 & 2.645 & 2.660 & 2.685 \\   \hline  odeRK4 & 1.005 & 2.490 & 2.582 & 2.647 \\   \hline  sim_anl & 1.009 & 1.564 & 1.606 & 1.612 \\   \hline  \end{tabular}   \caption{Speedup comparison for \feval\ optimization.}   \end{table}