AI Accelerator Design · All levels
On-Chip Memory Hierarchy
How accelerator SRAM tiers, caching policy, HBM interface planning, and banking strategy determine realized throughput and latency under modern AI workloads.
Section goal
How accelerator SRAM tiers, caching policy, HBM interface planning, and banking strategy determine realized throughput and latency under modern AI workloads.
How to study this section
Start with each topic hub and restate the mechanism in your own words.
Use reports and debug pages to separate symptoms from root causes.
Practice worked examples and interview drills under fixed metadata.
Close with checklist and silicon impact before making release claims.
Topics
sram-buffer-hierarchy/ - SRAM Buffer Hierarchy: Register File, Local SRAM, and Shared Buffers
scratchpad-vs-cache/ - Scratchpad vs Cache: Managed Locality Tradeoffs
hbm-bandwidth-planning/ - HBM Bandwidth Planning for Sustained Compute
memory-bank-conflicts/ - Memory Bank Conflicts: Detection and Mitigation
Related topics
AI accelerator deep dive
Memory hierarchy discipline sets the practical compute ceiling for AI accelerators.
Concept diagram
MEMORY HIERARCHY VIEW
register/SRAM -> shared buffers -> NoC -> HBM
locality quality decides how long compute stays fedMetric graph
MEMORY WALL SIGNALS
HBM near-saturation ███████████
NoC backpressure ███████
compute idle fraction █████Metrics and artifacts to collect
SRAM hit ratio
HBM utilization timeline
bank-conflict hotspots
NoC queue pressure
Mini case study
HBM channels saturated under burst traffic while compute occupancy dropped, proving a memory-bound regime.
Debug branches
Separate locality vs bandwidth limits
Quantify bank conflicts
Tune tiling before resizing compute arrays
Senior review question
Ask: which first-principles bottleneck class explains the symptom, and what artifact proves it reproducibly?