Skip to content

Commit

Permalink
accuracy slides -gxiv
Browse files Browse the repository at this point in the history
  • Loading branch information
GorrieXIV committed Apr 14, 2016
1 parent ff8b169 commit bd36c32
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion Documentation/FinalPresentation/Presentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,29 @@ \subsubsection{Performance}
\subsection{Accuracy / Testing}
\begin{frame}
\frametitle{Accuracy}
\begin{itemize}
\item All modified functions except SampleLin and Sample
yield results that precisely match
\begin{itemize}
\item Some functions fell extremely close in accuracy to
the original, and were considered to 'pass'
\item The average of 1000 SampleLin tests deviated from the
average of 1000 tests of the original with an error of 0.01
\end{itemize}
\item The system tests differ if the number of nentries is
greater than 500; if not however the results of the system
test conform.
\end{frame}

\begin{frame}
\frametitle{Accuracy Discussion}
\begin{itemize}
\item The deviations in SampleLin and Sample can be
attributed to the functions use of random numbers
\item The negligable deviations in other ported functions
are likely attributed to differences in CPU and GPU
arithmetic, leading to different round-off errors
\end{itemize}
\end{frame}

\begin{frame}
Expand All @@ -284,4 +307,4 @@ \subsection{Recommendations}
\frametitle{Recommendations}
\end{frame}

\end{document}
\end{document}

0 comments on commit bd36c32

Please sign in to comment.