19

GPU architecture resources

 5 years ago
source link: https://interplayoflight.wordpress.com/2020/05/09/gpu-architecture-resources/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

I am often get asked in DMs about how GPUs work. There is a lot of information on GPU architectures online, one can start with these:

And then can refer to these for a more in-depth study:

It is also a good idea to look for documentation about how compute shaders work, like:

as they are “closer to the metal” than pixel/vertex shaders in that they require you to think in threads and often synchronise execution and manage memory.

Also posts that discuss GPU profiling and performance, such as

as they often expose details about how a GPU works.

Additionally, it worth searching for “GPU” or “performance” in the GDC Vault , it can often return some relevant presentations.

I am closing this nowhere near exhaustive list with a few alternative presentations of GPU architecture concepts:


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK