diff options
| author | Determinant <ted.sybil@gmail.com> | 2015-08-14 15:22:07 +0800 |
|---|---|---|
| committer | Determinant <ted.sybil@gmail.com> | 2015-08-14 15:22:07 +0800 |
| commit | 6cad1b1947fb2ba237b0e843cb7900cdc1653294 (patch) | |
| tree | 252d54081a8728051abae45bec5abf96ebb6940a | |
| parent | 4b3e8591816e553a4409f5fa95f5983e59ff711f (diff) | |
use default cuda library path
| -rw-r--r-- | nerv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nerv/Makefile b/nerv/Makefile index 0b433d5..b5d26bd 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-7.0 -#CUDA_BASE := /usr/local/cuda-5.0 +#CUDA_BASE := /usr/local/cuda-7.0 +CUDA_BASE := /usr/local/cuda CUDA_INCLUDE := -I $(CUDA_BASE)/include/ INCLUDE += $(CUDA_INCLUDE) |