aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTed Yin <ted.sybil@gmail.com>2015-06-09 17:28:16 +0800
committerTed Yin <ted.sybil@gmail.com>2015-06-09 17:28:16 +0800
commitc20af45d0756d5d3004105da10e51d42a382ad66 (patch)
treef646f82082aad806676fe42d16b35b5bda1e0b8c /Makefile
parent480de75f52a4f185546978da023a77e27a8644c3 (diff)
parent3e07a536a89badff65fc81f56bb19cc69291396e (diff)
Merge pull request #21 from cloudygoose/master
add doc for layers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0468f57..cb694a2 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ LUA_LIBS := matrix/init.lua io/init.lua nerv.lua \
nn/init.lua nn/layer_repo.lua nn/param_repo.lua nn/layer_dag.lua \
io/sgd_buffer.lua
INCLUDE := -I build/luajit-2.0/include/luajit-2.0/ -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)
LDFLAGS := -L$(CUDA_BASE)/lib64/ -Wl,-rpath=$(CUDA_BASE)/lib64/ -lcudart -lcublas