🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

PIX 1806.20 - GPU Occupancy for AMD GPUs

Started by
0 comments, last by khawk 6 years ago

Microsoft's PIX team has announced their latest version adding support for GPU Occupancy on AMD GPUs, allowing developers to get detailed insight into how shader workloads execute on the GPU.

From the announcement

  • While the Execution Duration timeline lane shows the total execution time for draws and other rendering operations, the new Occupancy lane shows the associated work as it moves through the GPU’s rendering pipeline. You’ll see how work is broken into vertex shader work, pixel shader work, and so forth giving you a much more accurate view of how the hardware handles your rendering.
  • The Occupancy lane shows VS, HS, DS, GS, PS, and CS work corresponding to the different pipeline stages as well as a stage labeled Internal which allows GPU vendors to account for work that doesn’t map to any of the conventional pipeline stages.
  • With this release GPU Occupancy is available for both AMD and NVIDIA GPUs.

 

occupancy-feature.png

 


View full story

Admin for GameDev.net.

This topic is closed to new replies.

Advertisement