Parcourir la source

StarPU is using some features that were introduced in CUDA 2.2 (eg. portable
pinned memory).
NB: We could also make a degraded mode for CUDA <= 2.1, but this is really
starting to be an old version ...

Cédric Augonnet il y a 15 ans
Parent
commit
84014a95ad
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      README

+ 2 - 2
README

@@ -43,8 +43,8 @@ advantage of their specificities in a portable fashion.
  * make
  * gcc (version >= 4.1)
  * if CUDA support is enabled
-   * CUDA (version >= 2.0)
-   * CUBLAS (version >= 2.0)
+   * CUDA (version >= 2.2)
+   * CUBLAS (version >= 2.2)
  * extra requirements for the svn version
    * autoconf (version >= 2.60)
    * automake