Decoding instructions with the machine-readable AMD GPU ISA specifications
A simple C++ program demonstrating how easy it is to decode instructions using the IsaDecoder API.
A simple C++ program demonstrating how easy it is to decode instructions using the IsaDecoder API.
AMD’s machine-readable GPU ISA specifications are a set of XML files that describe AMD’s latest GPU Instruction Set Architectures (ISAs)
In this third part, we cover additional optimizations to fine tune the performance of the kernel, and introduce temporary files, register pressure, and occupancy.
This post introduces commonly-used memory spaces, identifies what makes each memory space unique, and discusses some common use-cases for each space.