From 2752d8b132042650a09b3ef8c62fa8c236a6a800 Mon Sep 17 00:00:00 2001 From: Joongi Kim Date: Wed, 27 May 2015 21:31:06 +0900 Subject: [PATCH] refs #2, #6: Update the minimum required CUDA version to 7.0. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0efc81..c143510 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ We recommend to use Ubuntu 14.04 or newer. First you need to install some prerequisites. -* NVIDIA CUDA 6.0 or newer +* NVIDIA CUDA 7.0 or newer - We recommend to download the latest version of `.bin` package from [the NVIDIA website](https://developer.nvidia.com/cuda-downloads) instead of using system packages. - A small daemon is required to "pin" GPU's interrupts to specific cores. See details in https://gist.github.com/3404967 .