Quadro FX 3800 compute capability

Anyone knows it? There’s no Quadro FX 3800 in the list in Appendix A of Programming Guide, even version 2.3…

Thanks,
Yuping

It’s a high-end device of GT200 architecture, so it should have compute capability 1.3.

Anyone can confirm this?

If you’re inevitably going to do Cuda work on the machine, you might as well install the SDK and run the deviceQuery example to get this information.

The Nvidia page (http://www.nvidia.com/object/product_quadro_fx_3800_us.html) says something about 64bit capabilities in the “Features” subtab of the “Overview” tab, so I’d assume 1.3.

Ben

Hi Ben,

Thanks for your reply! I do have SDK installed, but the devicequery only gives the name of the graphics card and some other specs of the card, never tells compute capability.

But I wrote a small program to test if this card supports double precision floating point calculation, it seems it does. So according to NVIDIA CUDA FAQ version 2.1, this card should have compute capability 1.3.

Thanks,

Yuping

Check the Major and Minor revision numbers on the deviceQuery out :).

Enjoy your Cuda-ing.

Ben

We have one, it’s compute capability 1.3

Thanks! Both of you.

Have a nice weekend!

Yuping