diff options
| author | Tim Rogers <[email protected]> | 2017-05-09 14:09:18 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-09 14:09:18 -0400 |
| commit | 0b18b586e78ff474e0b1db58c4f605b2b13b3727 (patch) | |
| tree | 1664ae81a1c4dde1fdd56df043fe21f0c02e79f0 /Makefile | |
| parent | 96d528311239d6ff82d7bec807a2509b344c9a60 (diff) | |
| parent | 7fe0d9214ba42be543862d8e40849d38f9b818bb (diff) | |
Merge pull request #32 from ElTantawy/dev
support for CUDA 8.0 PTX
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -157,6 +157,7 @@ $(SIM_LIB_DIR)/libcudart.so: makedirs $(LIBS) cudalib 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.6.5 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.6.5; 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\ |
