Gpu Memory Hierarchy

Place data across the GPU memory tiers so a kernel is limited by math rather than by repeated trips to HBM. Use when a kernel is memory-bound, when deciding what to stage in shared memory or L2, or when register spills are stalling a hot loop.

Amey-Thakur 226b3ff 3.4 KB Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/gpu-ai-infrastructure/gpu-memory-hierarchy commit 226b3ff85a

Frequently asked questions

npx skillmds@latest add amey-thakur/gpu-memory-hierarchy