Open2
Intelの古いGPU最適化ガイドが消えてる
前書いたスクラップをそろそろアップデートしようと思って見返してたら、Intelの古いドキュメントが軒並み消えていることに気付いた。
一覧
IntelはGPU世代とCore世代の両方を使っているので、ドキュメントの表記上のgenとGPUコアの実際のGenがズレていることがあるのに注意。Gen10は欠番のはず。
元のリストは https://www.intel.com/content/www/us/en/developer/articles/guide/intel-graphics-developers-guides.html にある。
- Gen4: http://web.archive.org/web/20220321232042/https://www.intel.com/content/dam/develop/external/us/en/documents/intel-integrated-graphics-performance-developer-s-guide-v2-6-7-166010.pdf
- Gen5: https://www.intel.com/content/dam/develop/external/us/en/documents/intel-integrated-graphics-performance-developer-s-guide-v2-7-1-166010.pdf
- (Gen4/5共通) チップセット: http://web.archive.org/web/20111228163922/http://software.intel.com/en-us/articles/intel-gma-3000-and-x3000-developers-guide/
- Gen6(Sandy Bridge): マジで消えた
- Gen7(Ivy Bridge): マジで消えた
これ以降は今のところIntelの公式DLにある。
- Gen7.5(Haswell): https://www.intel.com/content/dam/develop/external/us/en/documents/4th-gen-core-graphics-dev-guide-166010.pdf Compute: https://www.intel.com/content/dam/develop/external/us/en/documents/compute-architecture-of-intel-processor-graphics-gen7dot5-aug4-2014-166010.pdf
- Gen8(Broadwell): https://www.intel.com/content/dam/develop/external/us/en/documents/5th-gen-core-graphics-developer-guide-166010.pdf Compute: https://www.intel.com/content/dam/develop/external/us/en/documents/compute-architecture-of-intel-processor-graphics-gen8-166010.pdf
- Gen9(Skylake, Kaby Lake, Coffee Lake): API: https://www.intel.com/content/www/us/en/develop/download/graphics-api-performance-guide-for-intel-processor-graphics-gen9.html Compute: https://www.intel.com/content/dam/develop/external/us/en/documents/the-compute-architecture-of-intel-processor-graphics-gen9-v1d0-166010.pdf
- Gen11: https://www.intel.com/content/www/us/en/content-details/686065/intel-processor-graphics-gen11-architecture.html API: https://www.intel.com/content/www/us/en/developer/articles/guide/developer-and-optimization-guide-for-intel-processor-graphics-gen11-api.html
- Xe-LP(Gen12): https://www.intel.com/content/www/us/en/developer/articles/guide/lp-api-developer-optimization-guide.html
- Gen12.7: https://www.intel.com/content/www/us/en/docs/oneapi/optimization-guide-gpu/2024-2/intel-xe-gpu-architecture.html
OpenCLは共通なのかな: https://www.intel.com/content/www/us/en/docs/opencl-sdk/developer-guide-processor-graphics/2019-4/overview.html これらは結局oneAPI に統合された https://www.intel.com/content/www/us/en/docs/oneapi/optimization-guide-gpu/2024-2/overview.html 。