Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have decided that my bachelors thesis will be about general purpose GPU-computing and which problems are more suitable for this than others. I am also trying to find out if there are any major differences between the current GPU architectures that may affect this.

I am currently looking for some scientific papers and/or information directly from the manufacturers about the current GPU Architectures, but I can't seem to find anything that looks detailed enough. Therefore, I am hoping that someone may be able to suggest some papers or at least point me in the right direction.

Thank you

share|improve this question
2  
I am very surprised that your search didn't turn up this paper, which is just about the last word on 3rd party analysis of a modern DX10/DX11 GPU architecture. – talonmies Feb 12 '12 at 13:04
That looks very helpful, thank you! – vichle Feb 12 '12 at 13:25

2 Answers

up vote 1 down vote accepted

Read litterature about OpenCL and Cuda. See also this answer to a question quite similar to yours. Perhaps OpenGPU project site might give more links

GPU manufacturers usually don't want to give detailed information. ATI seems to tell more than Nvidia. Some of ATI GPU chips have published VLIW instruction sets.

The trend is to give (e.g. in OpenCL runtime) several functions to query the hardware, and then enable you to tune your (OpenCL) application to what the hardware wants.

share|improve this answer
Thank you for your answer, this seems helpful as well :) – vichle Feb 12 '12 at 13:27

This paper from NVIDIA provides some details on their Tesla architecture:

Of course, Tesla is one generation old at this point; I have not seen a peer-reviewed publication describing Fermi, NVIDIA's latest architecture. The best information from NVIDIA on Fermi may be in this white paper:

Unfortunately, I'm not aware of similar papers from AMD/ATI. I have seen a few third party papers that do provide some information; for example:

One of the best third party sources of architecture information, in my opinion, is Real World Technologies. Here are some relevant articles from RWT:

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.