graphics - CUDA versions confusion -



I want to start learning the CUDA but I'm confused about the editions. The latest release of CUDA is 3 and I have a CUDA 3.0.1 driver on my system but in theory my graphics card supports only 1.0. Can I use the features of later versions or I will have to stay 1.0?

The latest public release is 3.2 but for developers registered in 4.0 Beta, compatibility is based on those features. Which supports the hardware. You can use the latest version of SDK, but will need to compile for the feature set supported by your card and will not attempt to use SDK features that are not supported. You do this by setting the flag.

Here are some explanations:



Comments