Procházet zdrojové kódy

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 před 15 roky
rodič
revize
84014a95ad
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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