Memory access pattern: Difference between revisions

Content deleted Content added
Line 3:
== Examples ==
=== Sequential ===
AtThe onesimplest extreme is the [[sequential access]] pattern , where data is read , processed, and written out in awith straightforward incrementalincremented/decremented manneraddressing. As such these access patterns are highly amenable to [[prefetching]].
 
=== Strided ===