summaryrefslogtreecommitdiff
path: root/Makefile.config.example
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2014-02-14 21:27:20 -0800
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-03-21 13:52:36 -0700
commitc028d09ca6e923f38beea3ba0877f31ff784191f (patch)
treec9679875f36c9ddcb825a334e4b607248e17cfa8 /Makefile.config.example
parenta8c9b66b7f62610d71a18c798d5eb7157d49420c (diff)
downloadcaffeonacl-c028d09ca6e923f38beea3ba0877f31ff784191f.tar.gz
caffeonacl-c028d09ca6e923f38beea3ba0877f31ff784191f.tar.bz2
caffeonacl-c028d09ca6e923f38beea3ba0877f31ff784191f.zip
rewrite MKL flag note, polish makefile
add MKL dirs conditioned on USE_MKL include libraries before making LD_FLAGS
Diffstat (limited to 'Makefile.config.example')
-rw-r--r--Makefile.config.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.config.example b/Makefile.config.example
index 0ec2eead..38af560b 100644
--- a/Makefile.config.example
+++ b/Makefile.config.example
@@ -10,8 +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
+# If using MKL, uncomment the following line
+# USE_MKL := 1
# MKL directory contains include/ and lib/ directions that we need.
MKL_DIR := /opt/intel/mkl