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

Commit id: a3409fa0f50386723b4c8a093110d83ebf570eb4

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}   \begin{tabular}{ c c c c c }  benchmark/ speedup & base (cached) & optimized & optimized (cached) & hand-coded \\   odeEuler & 1.046 & 2.796 & 2.800 & 2 .828 \\   odeMidpt & 1.014 & 2.645 & 2.660 & 2.685 \\   odeRK4 & 1.005 & 2.490 & 2.582 & 2.647 \\   sim_anl & 1.009 & 1.564 & 1.606 & 1.612 \\   \end{tabular}   \caption{Speedup comparison for \feval\ optimization.}   \end{table}