mshadow icon indicating copy to clipboard operation
mshadow copied to clipboard

Fix for Makefile on OS X

Open pluskid opened this issue 10 years ago • 2 comments

On my OS X, the shared libraries of CUDA are placed in CUDA_HOME/lib instead of CUDA_HOME/lib64. Please change the following line from

MSHADOW_LDFLAGS += -L$(USE_CUDA_PATH)/lib64

to

MSHADOW_LDFLAGS += -L$(USE_CUDA_PATH)/lib64 -L$(USE_CUDA_PATH)/lib

pluskid avatar Oct 06 '15 04:10 pluskid

Done

tqchen avatar Oct 06 '15 05:10 tqchen

This code base has been donated to the Apache MXNet project per #373, and repo is deprecated. Future development and issue tracking should continue in Apache MXNet.

szha avatar Aug 04 '19 00:08 szha