AI Accelerator Design · All levels
Weight-Stationary Dataflow: Reports and Metrics
Reports and Metrics for Weight-Stationary Dataflow.
Reports and metrics
Reports and Metrics for Weight-Stationary Dataflow is anchored on Weight reuse factor and off-array weight bandwidth per tera-operations for representative inference layers.. Convert measurements into mechanism-backed decisions with clear owner accountability.
A useful report explains why movement happened, not only that movement happened.
Evidence matrix
EVIDENCE MATRIX - Weight-Stationary Dataflow
+-----------------------------+--------------------------------+--------------------------------+---------------------------+
| Evidence | Tells you | Does not prove | Next action |
+-----------------------------+--------------------------------+--------------------------------+---------------------------+
| occupancy + timeline traces | where utilization is lost | precise root cause | map to memory and schedule|
| cache/SRAM/bandwidth stats | data movement pressure | model-level quality impact | correlate with quality run|
| counter + profile alignment | bottleneck class confidence | rollout safety | run full regression matrix|
| thermal/power telemetry | sustained operating envelope | correctness closure | pair with verification |
| before/after scenario pack | mitigation movement | long-tail stability | execute guardrail replay |
+-----------------------------+--------------------------------+--------------------------------+---------------------------+Track Weight reuse factor and off-array weight bandwidth per tera-operations for representative inference layers. on representative production workloads.
Include build/runtime metadata in every report header.
Correlate throughput, latency, and quality before rollout decisions.
Call out contradictory evidence explicitly.
AI accelerator deep dive
Systolic efficiency is governed by feed quality, tile fit, and bubble control.
Concept diagram
SYSTOLIC WAVEFLOW
operand stream -> wavefront launch -> PE mesh compute -> reduction/writeback
^ bubbles and feed stalls reduce realized throughputMetric graph
UTILIZATION LOSSES
tile mismatch ███████
feed stalls █████████
sync bubbles █████Metrics and artifacts to collect
mesh occupancy timeline
fill-drain overhead
tile mismatch histogram
DRAM stall attribution
Mini case study
Increasing mesh size did not help until scheduling and tile alignment removed persistent wavefront bubbles.
Debug branches
Measure bubble source first
Classify compute vs memory starvation
Tune tile policy before frequency changes
Senior review question
Ask: which first-principles bottleneck class explains the symptom, and what artifact proves it reproducibly?
Key takeaways
Tie every accelerator claim to a reproducible workload slice and one primary metric trend.
Prefer bounded fixes with clear owner and rollback boundary over broad tuning bundles.
Common pitfalls
Optimizing synthetic kernels without production-shape validation.
Reading average latency while ignoring p95 and p99 behavior.
Declaring sparse or precision wins without fallback and quality evidence.
Report interpretation
In weight-stationary scheduling, each PE holds a weight value (or small filter fragment) for multiple cycles while activations stream through the mesh. Keeping weights local reduces expensive weight fetch traffic and is especially attractive for convolutional and batched inference workloads where filters are reused heavily across many input windows. The tradeoff is that activation movement and partial-sum routing can become dominant bandwidth or latency bottlenecks if tiling is not aligned to on-chip buffer capacity. Effective designs co-optimize filter blocking, activation prefetch, and reload cadence so stationary weights remain fully productive instead of idling between tiles. A useful explanation always ties observed symptom to a repeatable path where useful work was blocked, delayed, or diluted by overhead.
Use Weight reuse factor and off-array weight bandwidth per tera-operations for representative inference layers. as an alarm, then anchor action using hard evidence such as Dataflow mapping report showing weight residency, activation traffic, and buffer pressure by layer type..
Systolic performance is primarily a data-delivery and mapping discipline problem. Senior reviews expect a chain of proof: workload intent -> mapping -> hardware behavior -> product impact.
For Weight-Stationary Dataflow, reports should explain why Weight reuse factor and off-array weight bandwidth per tera-operations for representative inference layers. moved and which path consumed budget first.