From eefb586a47d421338a59560e2e5ef9de79a8cce6 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 12 Feb 2014 13:15:08 +0100 Subject: [PATCH] Remove duplicated ref. --- GMRES_Journal.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GMRES_Journal.tex b/GMRES_Journal.tex index 1b3b8b5..3add256 100644 --- a/GMRES_Journal.tex +++ b/GMRES_Journal.tex @@ -151,7 +151,7 @@ read-only \emph{constant} and \emph{texture} caches per multiprocessor and a rea \emph{global memory} shared by all its multiprocessors. The new architectures (Fermi, Kepler, etc) have also L1 and L2 caches to improve the accesses to the global memory. -NVIDIA has released the CUDA platform (Compute Unified Device Architecture)~\cite{Nvi10} +NVIDIA has released the CUDA platform (Compute Unified Device Architecture)~\cite{ref19} which provides a high level GPGPU-based programming language (General-Purpose computing on GPUs), allowing to program GPUs for general purpose computations. In CUDA programming environment, all data-parallel and compute intensive portions of an application running -- 2.39.5