Closed metaVariable closed 5 years ago
The GPU device architecture sm_20
is deprecated in CUDA 9.
To fix this error, modify sm_20
in Makefile to sm_30
or higher arch.
# Add new SM Versions here as devices with new Compute Capability are released
SM_VERSIONS := sm_21
nvcc showed the following error when compiling MEGADOCK-GPU with CUDA 9