A brutalist reading list for AI inference performance
A curated roadmap from CUDA threads to distributed serving, built exclusively from primary sources—papers, specs, and creator repos.

What it does
This repository is a tightly structured syllabus for learning GPU performance engineering and production inference. It arranges papers, official documentation, and reference implementations along the path of a real inference request—from a single CUDA warp through kernel optimization, inference engines, and distributed systems.
The interesting bit
The curation has a clear bias for primary sources. The author favors NVIDIA PTX manuals, roofline analysis papers, and creator repositories over secondary explainers, and explicitly prescribes a “minimum mental model” in the “Start here” section before you dive into kernel tiling or speculative decoding.
Key highlights
- Covers the full vertical stack: GPU fundamentals, matrix multiplication and attention kernels, Triton and CUTLASS, inference scheduling, and distributed serving.
- Includes modern hardware targets: Hopper and Blackwell tuning guides, AMD ROCm, Google TPU, and AWS Trainium.
- Curated from original sources—links to FlashAttention-4, DeepGEMM, the Roofline model, and the canonical transformer inference arithmetic paper.
- Organized pedagogically: read from “one inference request” to “single GPU” to “distributed systems” rather than alphabetically.
Verdict
Grab this if you are an engineer who knows transformers work but wants to understand why they are slow and how to fix them. Skip it if you are looking for a framework or runnable benchmarks; this is a reading list, not a repo of code.
Frequently asked
- What is wafer-ai/gpu-perf-engineering-resources?
- A curated roadmap from CUDA threads to distributed serving, built exclusively from primary sources—papers, specs, and creator repos.
- Is gpu-perf-engineering-resources open source?
- Yes — wafer-ai/gpu-perf-engineering-resources is an open-source project tracked on heatdrop.
- What language is gpu-perf-engineering-resources written in?
- wafer-ai/gpu-perf-engineering-resources is primarily written in Python.
- How popular is gpu-perf-engineering-resources?
- wafer-ai/gpu-perf-engineering-resources has 1.5k stars on GitHub.
- Where can I find gpu-perf-engineering-resources?
- wafer-ai/gpu-perf-engineering-resources is on GitHub at https://github.com/wafer-ai/gpu-perf-engineering-resources.