Skip to content

Commit

Permalink
Update sections/benchmarking.tex
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Jolivet <[email protected]>
  • Loading branch information
prudhomm and prj- authored Sep 4, 2024
1 parent 377cc83 commit c707e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/benchmarking.tex
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ \subsection{TAU}
\label{sec:methodology-tools-tau}

\begin{itemize}
\item CPU: TAU is widely used for profiling and tracing CPU-bound applications, with support for both shared and distributed memory parallelism (e.g., OpenMP, MPI).
\item CPU: TAU is widely used for profiling and tracing CPU-bound applications, with support for both shared and distributed memory parallelism (e.g., OpenMP, MPI).
\item GPU: TAU supports GPU profiling, particularly for CUDA-based applications. It collects performance metrics from both the host (CPU) and the device (GPU), allowing for a comprehensive analysis of hybrid codes. TAU supports CUDA, OpenCL, and OpenACC, making it suitable for GPU-accelerated applications.
\end{itemize}

Expand Down

0 comments on commit c707e01

Please sign in to comment.