summaryrefslogtreecommitdiff
path: root/Makefile.config.example
diff options
context:
space:
mode:
authorAlOa <orlandi.alberto@gmail.com>2014-04-14 16:12:12 +0200
committerAlOa <orlandi.alberto@gmail.com>2014-04-14 16:12:12 +0200
commit8fd9f8cec784343fe7a821cbc5be031c06ac5da4 (patch)
tree0f765bcb9e11dbed73711afd240a73d22e0297bd /Makefile.config.example
parent588c8e50da3d4f32b36782baa26f0c24fb34838d (diff)
downloadcaffeonacl-8fd9f8cec784343fe7a821cbc5be031c06ac5da4.tar.gz
caffeonacl-8fd9f8cec784343fe7a821cbc5be031c06ac5da4.tar.bz2
caffeonacl-8fd9f8cec784343fe7a821cbc5be031c06ac5da4.zip
Add possibility to use OpenBlas
Diffstat (limited to 'Makefile.config.example')
-rw-r--r--Makefile.config.example9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.config.example b/Makefile.config.example
index 27d460b1..5ee564ef 100644
--- a/Makefile.config.example
+++ b/Makefile.config.example
@@ -10,12 +10,13 @@ CUDA_ARCH := -gencode arch=compute_20,code=sm_20 \
-gencode arch=compute_30,code=sm_30 \
-gencode arch=compute_35,code=sm_35
-# MKL switch:
+# BLAS switch:
# 0 for ATLAS BLAS (default)
# 1 for MKL BLAS
-USE_MKL := 0
-# MKL directory contains include/ and lib/ directions that we need.
-MKL_DIR := /opt/intel/mkl
+# 2 for OpenBlas
+BLAS := 0
+# (MKL/ATLAS/OpenBlas) directory contains include/ and lib/ directions that we need.
+#BLAS_DIR := /opt/intel/mkl
# This is required only if you will compile the matlab interface.
# MATLAB directory should contain the mex binary in /bin.