diff options
| author | tgrogers <[email protected]> | 2020-06-10 22:01:35 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2020-06-10 22:01:35 -0400 |
| commit | 03f6d7eb714a93c0ddff024fb92288ae9131f01c (patch) | |
| tree | 118199744c4883ed7ba3c64967f792b912c058ca /Makefile | |
| parent | e9e9fcf5957530ecb927aecb5ea238e4b78a4f45 (diff) | |
CUDA 11 support
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -167,6 +167,7 @@ $(SIM_LIB_DIR)/libcudart.so: makedirs $(LIBS) cudalib 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 if [ ! -f $(SIM_LIB_DIR)/libcudart.so.10.1 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.10.1; fi + if [ ! -f $(SIM_LIB_DIR)/libcudart.so.11.0 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.11.0; fi $(SIM_LIB_DIR)/libcudart.dylib: makedirs $(LIBS) cudalib |
