зеркало из https://github.com/microsoft/caffe.git
makefile: add both lib and lib64 to the cuda library path.
This commit is contained in:
Родитель
3f57281121
Коммит
c632b4f6ce
2
Makefile
2
Makefile
|
@ -70,7 +70,7 @@ TEST_BINS := ${TEST_OBJS:.o=.testbin}
|
|||
# Derive include and lib directories
|
||||
##############################
|
||||
CUDA_INCLUDE_DIR := $(CUDA_DIR)/include
|
||||
CUDA_LIB_DIR := $(CUDA_DIR)/lib64
|
||||
CUDA_LIB_DIR := $(CUDA_DIR)/lib64 $(CUDA_DIR)/lib
|
||||
MKL_INCLUDE_DIR := $(MKL_DIR)/include
|
||||
MKL_LIB_DIR := $(MKL_DIR)/lib $(MKL_DIR)/lib/intel64
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче