summaryrefslogtreecommitdiff
path: root/Makefile.config.example
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2014-09-01 14:51:24 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-09-07 19:25:23 +0200
commit77d91242cd08b3671e2165769928f729e6ec4f17 (patch)
treef455f6a3caf096f8bf752c2d2a147fb55ff612ab /Makefile.config.example
parent3cf3df829eb9be6394203f257863469050b43ed4 (diff)
downloadcaffe-77d91242cd08b3671e2165769928f729e6ec4f17.tar.gz
caffe-77d91242cd08b3671e2165769928f729e6ec4f17.tar.bz2
caffe-77d91242cd08b3671e2165769928f729e6ec4f17.zip
add cuDNN to build
Diffstat (limited to 'Makefile.config.example')
-rw-r--r--Makefile.config.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.example b/Makefile.config.example
index 7c96d8a9..5cb0b243 100644
--- a/Makefile.config.example
+++ b/Makefile.config.example
@@ -1,6 +1,9 @@
## Refer to http://caffe.berkeleyvision.org/installation.html
# Contributions simplifying and improving our build system are welcome!
+# cuDNN acceleration switch (uncomment to build with cuDNN).
+# USE_CUDNN := 1
+
# CPU-only switch (uncomment to build without GPU support).
# CPU_ONLY := 1