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

github.com/torch/cutorch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2014-09-26 02:25:20 +0400
committerSoumith Chintala <soumith@gmail.com>2014-09-26 02:25:20 +0400
commitd812a2202d78642a41728f3edc73e717140b317b (patch)
treebdf99753009589ee6ad8c33bd3b719dc988086c6 /CMakeLists.txt
parent141cde22dc006b1f8ef26801a84741806fcd35b8 (diff)
upped the minimum cuda version to 5.5 to fix concern in #43
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e81c7f..213d617 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@ IF(APPLE)
endif()
ENDIF()
-FIND_PACKAGE(CUDA 4.0 REQUIRED)
+FIND_PACKAGE(CUDA 5.5 REQUIRED)
LIST(APPEND CUDA_NVCC_FLAGS "-arch=sm_20")
#LIST(APPEND CUDA_NVCC_FLAGS "-arch=sm_20;--use_fast_math")