Using CUDA compiled for compute capability 3.7 on Maxwell GPUs?
问题 My development workstation(s) currently have NVIDIA Quadro K2200 and K620. Both of which have CUDA compute capability 5.0. However, the final production system has a Tesla K80 which has CUDA compute capability 3.7. Is it possible to install and develop CUDA programs for compute capability 3.7 on my Quadro GPUs and then move them to the K80 without having to make significant changes? 回答1: Yes, it's possible. Be sure not to use any compute capability 5.0+ specific features in your code, and you