CUDA version in cudaDeviceProp

Hi everyone,

I recently updated to CUDA version 4.1 (latest driver and SDK for linux)
nvcc -V shows version 4.1
However, a test program reading cudaDeviceProp.major and minor shows 2.0?
What’s wrong?

Jack

The version of CUDA installed has nothing to do with the capabilities of a card.

Thank you!

I was totally confused.