Dear experts,
I'm new to CUDA. I tried to use CUDA in my environment, it gives the message below:
Testing for CUDA device:
nvcc: NVIDIA (R) Cuda compiler driver
Built on Fri_Sep_21_17:28:58_PDT_2012
Cuda compilation tools, release 5.0, V0.2.1221
Driver : 5.0
Runtime : 5.0
Acquiring CUDA device
Using default device
Must have compute capability 2 for GCAMORPH_ON_GPU CUDA device: Quadro NVS 420
I've checked that the Quadro NVS400 is of compute capability 1.1. and the script devicemanagement.c has blocked devices below compute capability 2.
Is there any workaround to get it work? Or shall I compile the freesurfer from source code? If yes, how could I know how to setup the configuration?
Thanks,
Clive