Henri van den Bulk edited Problem 2.tex  over 9 years ago

Commit id: 72fe3caa61ea812a7d32182782b7242bc2e6cb99

deletions | additions      

       

Given that we're given frequency in Ghz we'll change $CT$, which is clock cycles in seconds, to clock speed. This means our equation will change to $L = \frac{CPI}{f}$. Table one shows the results of calculting $L$ for each processor.  \begin{tabular}[t]{|l|c|c|}  Processor&Latency Calc&Latency\\ \hline % Please add the following required packages to your document preamble:  \usepackage{booktabs}  \begin{table}[h]  \begin{tabular}{@{}lll@{}}  \toprule  Processor & Latency Calc & Latency \\ \midrule  A & $\frac{1.2}{1*10^9}$ & $1.2*10^-9$\\ \hline $1.2*10^-9$ \\  B & $\frac{2}{2*10^9}$ & $1*10-9$\\ \hline  \hline\end{tabular} $1*10-9$ \\ \bottomrule  \end{tabular}  \caption{My caption}  \label{my-label}  \end{table}  To determine the improvement from one over the other, we leverage the Speed up equation $Speedup =\frac{Latency_{old}}{Latency_{new}}$