Browse Source

CUDA SDK is something different than the installation directory

Cédric Augonnet 15 years ago
parent
commit
19596dc523
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/starpu.texi

+ 2 - 2
doc/starpu.texi

@@ -361,14 +361,14 @@ available as the @code{STARPU_MAXCUDADEVS} macro.
 @subsubsection @code{--disable-cuda}
 @table @asis
 @item @emph{Description}:
-Disable the use of CUDA, even if the SDK is detected.
+Disable the use of CUDA, even if a valid CUDA installation was detected.
 @end table
 
 @node --with-cuda-dir
 @subsubsection @code{--with-cuda-dir=<path>}
 @table @asis
 @item @emph{Description}:
-Specify the location of the CUDA SDK resides. This directory should notably contain
+Specify the directory where CUDA is installed. This directory should notably contain
 @code{include/cuda.h}.
 @end table