index
:
nerv
Lua-based toolkit for high-performance deep learning
log msg
author
committer
range
bugfix-matrixfree
fastnn
gh-pages
master
rnn
tnn
wrapped-handles
about
summary
refs
log
tree
commit
diff
path:
root
/
nerv
/
Makefile
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'nerv/Makefile')
-rw-r--r--
nerv/Makefile
4
1 files changed, 2 insertions, 2 deletions
diff --git a/nerv/Makefile b/nerv/Makefile
index 7b75522..224cc8a 100644
--- a/
nerv/Makefile
+++ b/
nerv/Makefile
@@ -36,8 +36,8 @@ LUA_LIBS := matrix/init.lua io/init.lua init.lua \
io/sgd_buffer.lua
INCLUDE := -I $(LUA_INCDIR) -DLUA_USE_APICHECK
-CUDA_BASE := /usr/local/cuda-6.5
-#CUDA_BASE := /usr/local/cuda-5.0
+#CUDA_BASE := /usr/local/cuda-6.5
+CUDA_BASE := /usr/local/cuda-5.0
CUDA_INCLUDE := -I $(CUDA_BASE)/include/
INCLUDE += $(CUDA_INCLUDE)