summaryrefslogtreecommitdiff
path: root/Makefile.config.example
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2015-01-21 15:43:49 -0800
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2015-01-21 15:54:21 -0800
commit43bae95d7fce6871371e8d3034ce67c70a19057c (patch)
tree3c8ab28091255843f0f1e1cde02c8261a6e7196c /Makefile.config.example
parent350d880ea28c4016a20c5ccec00c909928e7799e (diff)
parent6925de1c2edc11e07ccb15fc03c60cadf4607955 (diff)
downloadcaffeonacl-43bae95d7fce6871371e8d3034ce67c70a19057c.tar.gz
caffeonacl-43bae95d7fce6871371e8d3034ce67c70a19057c.tar.bz2
caffeonacl-43bae95d7fce6871371e8d3034ce67c70a19057c.zip
Back-merge fixes + docs
and other fixes and documentation updates.
Diffstat (limited to 'Makefile.config.example')
-rw-r--r--Makefile.config.example9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile.config.example b/Makefile.config.example
index 0c996038..9d13b457 100644
--- a/Makefile.config.example
+++ b/Makefile.config.example
@@ -17,15 +17,14 @@ CUDA_DIR := /usr/local/cuda
# "sudo apt-get install nvidia-cuda-toolkit" then use this instead:
# CUDA_DIR := /usr
-# CUDA architecture setting: going with all of them (up to CUDA 5.5 compatible).
-# For the latest architecture, you need to install CUDA >= 6.0 and uncomment
-# the *_50 lines below.
+# CUDA architecture setting: going with all of them.
+# For CUDA < 6.0, comment the *_50 lines for compatibility.
CUDA_ARCH := -gencode arch=compute_20,code=sm_20 \
-gencode arch=compute_20,code=sm_21 \
-gencode arch=compute_30,code=sm_30 \
-gencode arch=compute_35,code=sm_35 \
- #-gencode arch=compute_50,code=sm_50 \
- #-gencode arch=compute_50,code=compute_50
+ -gencode arch=compute_50,code=sm_50 \
+ -gencode arch=compute_50,code=compute_50
# BLAS choice:
# atlas for ATLAS (default)