From 7116099e4bae0e0ba4ec80373465ad8add8677f4 Mon Sep 17 00:00:00 2001 From: Kahina Date: Sun, 13 Dec 2015 07:15:01 +0100 Subject: [PATCH] ajuster les figures --- paper.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper.tex b/paper.tex index 32c2753..6c21bfa 100644 --- a/paper.tex +++ b/paper.tex @@ -571,14 +571,14 @@ Algorithm~\ref{alg2-cuda} shows a sketch of the Ehrlich-Aberth method using CUDA \begin{figure}[htbp] \centering - \includegraphics[angle=-90,width=0.8\textwidth]{GPU_openmp} + \includegraphics[angle=-90,width=0.6\textwidth]{GPU_openmp} \caption{Execution times in seconds of the Ehrlich-Aberth method on GPUs using shared memory paradigm with OpenMP} \label{fig:01} \end{figure} \begin{figure}[htbp] \centering - \includegraphics[angle=-90,width=0.8\textwidth]{GPU_mpi} + \includegraphics[angle=-90,width=0.6\textwidth]{GPU_mpi} \caption{Execution times in seconds of the Ehrlich-Aberth method on GPUs using distributed memory paradigm with MPI} \label{fig:02} \end{figure} -- 2.39.5