summaryrefslogtreecommitdiff
path: root/Makefile.config.example
diff options
context:
space:
mode:
authorRowland Depp <depp.rowland@gmail.com>2014-02-11 21:41:01 -0800
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-03-21 13:52:36 -0700
commita8c9b66b7f62610d71a18c798d5eb7157d49420c (patch)
tree295704e0d2fa2d201abd3b12626d0739a777f040 /Makefile.config.example
parent1cf822e53bee3eeca5dbc3c08a1e95171688ea9a (diff)
downloadcaffe-a8c9b66b7f62610d71a18c798d5eb7157d49420c.tar.gz
caffe-a8c9b66b7f62610d71a18c798d5eb7157d49420c.tar.bz2
caffe-a8c9b66b7f62610d71a18c798d5eb7157d49420c.zip
major refactoring allow coexistence of MKL and non-MKL cases
Diffstat (limited to 'Makefile.config.example')
-rw-r--r--Makefile.config.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.config.example b/Makefile.config.example
index cec85e0a..0ec2eead 100644
--- a/Makefile.config.example
+++ b/Makefile.config.example
@@ -10,6 +10,8 @@ CUDA_ARCH := -gencode arch=compute_20,code=sm_20 \
-gencode arch=compute_30,code=sm_30 \
-gencode arch=compute_35,code=sm_35
+# If not using MKL, comment out the following line.
+# USE_MKL=1
# MKL directory contains include/ and lib/ directions that we need.
MKL_DIR := /opt/intel/mkl