diff options
author | cloudygoose <[email protected]> | 2015-07-08 08:17:17 +0800 |
---|---|---|
committer | cloudygoose <[email protected]> | 2015-07-08 08:17:17 +0800 |
commit | e599ae7524e0e21e2266f2419555865388bded40 (patch) | |
tree | c86856e5bf4562cdaf8d4e93f9649e0d70f43dd3 | |
parent | 375f7c6e90d30d332178f0da18700991b2a44fff (diff) |
...
-rw-r--r-- | nerv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nerv/Makefile b/nerv/Makefile index 224cc8a..7b75522 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) |