Memory access pattern: Difference between revisions

Content deleted Content added
Line 3:
== Examples ==
=== Sequential ===
The simplest extreme is the [[sequential access]] pattern , where data is read , processed, and written out with straightforward incremented/decremented addressing. As such theseThese access patterns are highly amenable to [[prefetching]].
 
=== Strided ===