GDC 2024 – Mesh Shaders in AMD RDNA™ 3 Architecture – YouTube link
This talk describes the mesh shader pipeline and how it maps to the AMD RDNA™ 3 architecture.
This talk will give an introduction to compute shaders, explaining the concepts from a software and hardware perspective. It explains how compute shaders are dispatched and how the hardware schedules 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.
Lou Kramer (GPU Developer Technology Engineer)
Game Industry Conference 2021
(opens in new window)
This video is not hosted on AMD’s YouTube channel, so we cannot put a link to the slides in the description there as we would normally do. We think you won’t want to miss the slides, so before you head over to YouTube (opens in new window) with the image thumbnail link above, make sure to grab the slides too!
We have many more videos and presentations for you to explore.
This talk describes the mesh shader pipeline and how it maps to the AMD RDNA™ 3 architecture.
Learn about how AMD FSR 3 was integrated into the Snowdrop engine, which issues were faced and how the integration helped to improve FSR 3.
This session presents the latest enhancements in the RDTS, a rich set of GPU profilers and analyzers and a new GPU crash analysis tool.
This session covers different types of failures – when they occur, why they are difficult to debug, and how RGD can help to identify a crash’s root cause.
This talk focusses on the micro-architecture of modern AMD CPUs, followed by optimizations, frequent issues, and benchmarking best practices.
This talk presents GPU Reshape, a just-in-time instrumentation framework with instruction level validation of shader operations.