Skip to content

Commit

Permalink
reword cmake message, minor presentation additions
Browse files Browse the repository at this point in the history
  • Loading branch information
studouglas committed Apr 14, 2016
1 parent 450aeb4 commit 06750ae
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
Binary file modified Documentation/FinalPresentation/Presentation.pdf
Binary file not shown.
18 changes: 16 additions & 2 deletions Documentation/FinalPresentation/Presentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
\usepackage{graphicx}
\usepackage[font={footnotesize}]{caption}
\usepackage{textcomp}
\usepackage{booktabs}
\usepackage{listings}
\lstset{language=C++,basicstyle=\footnotesize\ttfamily,keywordstyle=\color{red}}
\newcommand{\textapprox}{\raisebox{0.5ex}{\texttildelow}}
Expand Down Expand Up @@ -41,6 +42,20 @@ \subsection{Brief Project Overview}
\begin{frame}
\frametitle{Brief Project Overview}
Take an existing particle simulation toolkit - Geant4 - and have some functions run on a GPU device to improve performance.
\begin{table}[htdp]
\begin{center}
\begin{tabular}{cc}
\toprule
\textbf{test} & \textbf{test}\\\midrule
a & b\\
a & b\\
a & b\\
\bottomrule
\end{tabular}
\end{center}
\caption{default}
\end{table}%

\end{frame}

\subsection{Explanation of Terms}
Expand Down Expand Up @@ -277,11 +292,10 @@ \subsubsection{Impl. 1: Performance}
\begin{frame}
\frametitle{Impl. 1: Performance Discussion}
\begin{itemize}
\item Simple ``getters'' and ``setters'' now
\item Simple ``getters'' and ``setters'' require copy from GPU to CPU memory
\end{itemize}
\end{frame}


\subsection{Impl. 2: Add New GPU-Accelerated Methods to Interface}
\begin{frame}
\frametitle{Impl. 2: Add New GPU-Accelerated Methods to Interface}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ endif()
set(ENABLE_CUDA 0)
if(GEANT4_ENABLE_CUDA)
set(ENABLE_CUDA 1)
message(STATUS "CUDA Acceleration ENABLED")
#add_definitions(-DGEANT4_ENABLE_CUDA=ON)
message(STATUS "CUDA Acceleration ENABLED")
else()
message(STATUS "CUDA Acceleration DISABLED")
endif()
Expand Down

0 comments on commit 06750ae

Please sign in to comment.