Attention Decode on AMD MI450 GPUs: A Gluon Kernel Optimization Guide
Attention Decode on AMD MI450 GPUs: A Gluon Kernel Optimization Guide#
14 min read. | 3480 total words.
Agentic AI applications are pushing LLM inference into a new regime. A request can now reach one million tokens from aggregated long prompts, tool calls, retrieval results, and multi-turn reasoning. During the text generation phase, each new token must attend to all previous tokens from the KV cache, so the kernel needs to repeatedly read past states from HBM. As a result, the performance bott...
Read more at rocm.blogs.amd.com