Which cards support double precision?

I wonder from which version of the NVIDIA graphic cards begin to support double precision numbers, and atomic instructions. Where can I find a table showing which card support which version of CUDA, and the corresponding specifications?

Try the CUDA programming guide, Appendix A.

External Media I see. Thank you.