diff options
| author | Tor Aamodt <[email protected]> | 2019-11-12 20:07:31 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-12 20:07:31 -0800 |
| commit | 6a97d1e857c37ef4b58a9a0d5c18960967e9d665 (patch) | |
| tree | 6afbf62e80a0f0181a2fe126b467c795a03174d3 /Makefile | |
| parent | d10ff4bf1fab969cabb69febb895ead4b377a778 (diff) | |
| parent | 57d2df04da439b1055590f10cff5f5f50791b9d9 (diff) | |
Merge pull request #156 from bftf/dev
Enabled CUDA 10. Added implementations for __cudaPushCallConfiguratio…
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -164,6 +164,7 @@ $(SIM_LIB_DIR)/libcudart.so: makedirs $(LIBS) cudalib if [ ! -f $(SIM_LIB_DIR)/libcudart.so.9.0 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.9.0; fi if [ ! -f $(SIM_LIB_DIR)/libcudart.so.9.1 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.9.1; fi if [ ! -f $(SIM_LIB_DIR)/libcudart.so.9.2 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.9.2; fi + if [ ! -f $(SIM_LIB_DIR)/libcudart.so.10.0 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.10.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\ |
