summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgpgpu-sim <[email protected]>2016-05-16 14:49:52 -0700
committergpgpu-sim <[email protected]>2016-05-16 14:49:52 -0700
commit42115fbcbc6acd8c2faeb375d936c8a903889aaa (patch)
tree00b76420080ff4688f7ffbf04cb83634abf1026f /Makefile
parentc6a19233a5cbf3ee2f89fbd54a0a2eb9375d4ca0 (diff)
parenta625477b025d21332368a5c31a9b779c6bb0351f (diff)
Merge pull request #17 from ElTantawy/dev
Initial support for 7.5 - tested on simple sdk benchmaks (e.g., template, vectorAdd, ...)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 080ca2d..9e2c576 100644
--- a/Makefile
+++ b/Makefile
@@ -155,7 +155,7 @@ $(SIM_LIB_DIR)/libcudart.so: makedirs $(LIBS) cudalib
if [ ! -f $(SIM_LIB_DIR)/libcudart.so.5.0 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.5.0; fi
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
$(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 \