Skip to content
EECS 4340 Final Review

Stride prefetcher

Tag: stride-prefetcher

Aliases: PC-based stride prefetcher, stride-based prefetcher

A hardware prefetcher that detects constant strides between consecutive accesses by the same static load (or by the same address-history key) and issues prefetches for the predicted next addresses. Captures regular array and matrix patterns including non-unit strides.

Lecture references