diff options
| author | Ahmed ElTantawy <[email protected]> | 2016-10-28 10:49:19 -0700 |
|---|---|---|
| committer | Ahmed ElTantawy <[email protected]> | 2016-10-28 10:49:19 -0700 |
| commit | 7b7f9050424f21a6da17f6765add0c6cd244b2a3 (patch) | |
| tree | c6313cc71f6575e38a13d64e9aa2747b7c38a5b6 /Makefile | |
| parent | 9aa7de6492a0237369cc339abf4b1cfc3d99a1eb (diff) | |
support for CUDA 8.0 PTX
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -156,6 +156,8 @@ $(SIM_LIB_DIR)/libcudart.so: makedirs $(LIBS) cudalib if [ ! -f $(SIM_LIB_DIR)/libcudart.so.5.5 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.5.5; fi if [ ! -f $(SIM_LIB_DIR)/libcudart.so.6.0 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.6.0; fi if [ ! -f $(SIM_LIB_DIR)/libcudart.so.7.5 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.7.5; fi + if [ ! -f $(SIM_LIB_DIR)/libcudart.so.8.0 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.8.0; fi + $(SIM_LIB_DIR)/libcudart.dylib: makedirs $(LIBS) cudalib g++ -dynamiclib -Wl,-headerpad_max_install_names,-undefined,dynamic_lookup,-compatibility_version,1.1,-current_version,1.1\ $(SIM_OBJ_FILES_DIR)/libcuda/*.o \ |
