Home » Documentation » 

AMD GPU architecture programming documentation

If you’re looking to work at a lower level with AMD hardware, this page contains links to some of our publicly available PDFs.

AMD MES firmware

Micro engine scheduler (MES) firmware is responsible for the scheduling of the graphics and compute work on the AMD RDNA™ 3 GPUs.

This document provides an overview of the AMD RDNA 3 scheduling architecture by describing the key scheduler firmware (MES) and hardware (Queue Manager) components that participate in the scheduling.

This document is intended to introduce the reader to the overall scheduling architecture and is not meant to serve as a programming guide.

AMD GPU ISAs

Understanding the instruction-level capabilities of any processor is a worthwhile endeavour for any developer writing code for it, even if the instructions that get executed are almost always hidden behind a higher-level language and compiler. If you’re working at that level as most are, the extra understanding you get from knowing exactly how the machine executes will hopefully help you write better code for it.

We’ve been releasing the Instruction Set Architecture (ISA) manuals for our GPUs for a long time now, and they reach all the way back to the venerable Radeon R600 (a GPU which helped usher in the DirectX®10 era back in 2006!)

The main purposes of an ISA are to:

  1. Specify the language constructs and behavior, including the organization of each type of instruction in both text syntax and binary format.
  2. Provide a reference of instruction operation that compiler writers can use to maximize performance of the processor.

These ISAs are intended for programmers writing application and system software, including operating systems, compilers, loaders, linkers, device drivers, and system utilities. It assumes that programmers are writing compute-intensive parallel applications (streaming applications) and assumes an understanding of requisite programming practices.

AMD RDNA architecture

AMD CDNA architecture

Older architectures - AMD Vega and AMD GCN 3

AMD Radeon™ GPU Analyzer (RGA)

RGA is an offline shader compiler that can show the ISA of a compiled shader. RGA is part of the Radeon Developer Tool Suite (RDTS).

Find out more about RGA:

Radeon™ GPU Analyzer

Radeon GPU Analyzer is an offline compiler and performance analysis tool for DirectX®, Vulkan®, SPIR-V™, OpenGL® and OpenCL™.

Looking for more?

Not finding what you need here, or looking for something a bit more niche or historical? You may find what you’re after with AMD’s Technical Documentation.

Related content

GPUOpen Manuals

Presentations and manuals

Don’t miss our manual documentation! And if slide decks are what you’re after, you’ll find 100+ of our finest presentations here.

AMD GPUOpen documentation

Documentation

Explore our huge collection of detailed tutorials, sample code, presentations, and documentation to find answers to your graphics development questions.

AMD GPUOpen Technical blogs

Developer Guides

Browse our technical blogs, and find valuable advice on developing with AMD hardware, ray tracing, Vulkan®, DirectX®, Unreal Engine, and lots more.

AMD GPUOpen software blogs

Software release blogs

Our handy software release blogs will help you make good use of our tools, SDKs, and effects, as well as sharing the latest features with new releases.