I\'m just starting out with CUDA. Is there a way of getting the card specs programmatically?
This PDF describes how to do it: http://developer.download.nvidia.com/compute/cuda/3_2/toolkit/docs/CUDA_Developer_Guide_for_Optimus_Platforms.pdf
(I Googled for [cuda get gpu capabilities].)
In particular, cudaGetDeviceProperties looks interesting.