CUDA 2.0 on a CUDA 1.0 device

So i have an NVIDIA Quadro FX 3600M in my xp laptop that i plan to utilized CUDA with. As far as i know this isnt a fully CUDA 2.0 capable device (i think its only cuda 1.1 capable), but i want to use CUDA 2.0’s ability to write and read directx9 textures (i have existing code that uses dx9). Is this possible? Can you use the CUDA 2.0 sdk, and the new dx9 texture interop on this GPU?

Thx

Your card is Compute 1.1 capable–it has nothing to do with what CUDA toolkit version you can use. Those features should work fine; anything that’s limited to Compute 1.2 or higher devices will be specifically noted in the programming guide.