Introduction to Compute Shaders

Started by JeGX, August 10, 2022, 03:52:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JeGX

QuoteThis talk will give an introduction to compute shaders, explaining the concepts from a software and hardware perspective. It explains how to compute shaders are dispatched and how the hardware is scheduling the actual work across the available compute units. The talk will also cover important aspects to consider when writing compute shaders, such as efficient use of the caches, thread communication, and scalarization. Where applicable, the difference in the graphics pipeline is highlighted as well.