Gpu Opt Tier2 Memory Hierarchy

Optimizes global, shared/LDS, and cache behavior for GPU kernels: coalescing, pipelining, bank conflicts, vector loads, and register vs shared tradeoffs. Use when NCU/rocprof shows low memory throughput, poor coalescing, or L2/LDS pressure.

ZJLi2013 Updated

File contents

ZJLi2013/awesome-kernel-skills/tree/main/skills/optimization/tier2-memory-access commit 10adba49a7

Frequently asked questions

npx skillmds@latest add zjli2013/gpu-opt-tier2-memory-hierarchy