Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/soumith/cudnn.torch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Cavigelli <cavigelli@iis.ee.ethz.ch>2016-06-29 19:25:47 +0300
committerLukas Cavigelli <cavigelli@iis.ee.ethz.ch>2016-06-29 19:25:47 +0300
commit27b8221b90d87d7f29b2c048e7dde0ce2d9cc4dd (patch)
treea722a9146c4c2fe03b7c61d7ceaf1e764bfe0588
parente7b1a0c5e36b2983986c58d28d45d0a9649c84ee (diff)
lowered cuda dependency; there is no requirement for 7.5
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fc8224f..637af3c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ IF(LUAROCKS_PREFIX)
MESSAGE(STATUS "Prefix inferred from Luarocks: ${CMAKE_INSTALL_PREFIX}")
ENDIF()
FIND_PACKAGE(Torch REQUIRED)
-FIND_PACKAGE(CUDA 7.5 REQUIRED)
+FIND_PACKAGE(CUDA 7.0 REQUIRED)
FILE(GLOB luasrc *.lua)
SET(src "")