question on gtx 280 architecture

Hi.

Would anyone tell me where I can find the information about GTX 280 architecture for CUDA programming? For example, GeForce 8800 GTX has 16 SMs, so there could be up to 12,288 threads. (things that I should know for programming such as the number of registers, size of various memory components, or warp) I’ve been searching and found some of reviews mentioning about them(including programming guide app.A) , but not much about the details liek pictures. Thank you!!! have a nice long weekend~ External Image

See Appendix A in the CUDA programming guide. It is all there.