Skip to content

Instantly share code, notes, and snippets.

@jhaberstro
Last active October 26, 2023 00:14
Show Gist options
  • Star 99 You must be signed in to star a gist
  • Fork 21 You must be signed in to fork a gist
  • Save jhaberstro/0ef011c39f546c2342693ec6825f9370 to your computer and use it in GitHub Desktop.
Save jhaberstro/0ef011c39f546c2342693ec6825f9370 to your computer and use it in GitHub Desktop.
GPU Architecture Learning Resources
http://courses.cms.caltech.edu/cs179/
http://www.amd.com/Documents/GCN_Architecture_whitepaper.pdf
https://community.arm.com/graphics/b/blog
http://cdn.imgtec.com/sdk-documentation/PowerVR+Hardware.Architecture+Overview+for+Developers.pdf
http://cdn.imgtec.com/sdk-documentation/PowerVR+Series5.Architecture+Guide+for+Developers.pdf
https://www.imgtec.com/blog/a-look-at-the-powervr-graphics-architecture-tile-based-rendering/
https://www.imgtec.com/blog/the-dr-in-tbdr-deferred-rendering-in-rogue/
http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk/opencl-optimization-guide/#50401334_pgfId-412605
https://fgiesen.wordpress.com/2011/07/09/a-trip-through-the-graphics-pipeline-2011-index/
https://community.arm.com/graphics/b/documents/posts/moving-mobile-graphics#siggraph2015
http://fileadmin.cs.lth.se/cs/Education/EDAN35/mGH.pdf
https://www.udacity.com/course/intro-to-parallel-programming--cs344
https://devblogs.nvidia.com
http://gpuopen.com/compute-product/amd-gcn3-isa-architecture-manual/
https://www.amd.com/Documents/GCN_Architecture_whitepaper.pdf
https://software.intel.com/en-us/articles/intel-graphics-developers-guides
http://graphics.cs.cmu.edu/courses/15869/fall2014/
https://www2.eecs.berkeley.edu/Pubs/TechRpts/2016/EECS-2016-143.pdf
http://on-demand.gputechconf.com/gtc/2012/presentations/S0514-GTC2012-GPU-Performance-Analysis.pdf (and associated GTC video)
http://www.nvidia.com/content/GTC-2010/pdfs/2012_GTC2010v2.pdf
@mayoff
Copy link

mayoff commented Mar 6, 2017

If you append .md to the filename and put - in front of each line, this will turn into a clickable list of links. See https://gist.github.com/mayoff/8566feb0bb51e6c2264f03a3c568d28f for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment