Memory access pattern: Difference between revisions

Content deleted Content added
Line 6:
 
=== Strided ===
Strided or simple 2D,3D access patterns (e.g. stepping through [[multi-dimensional array]]s) are similarly easy to predict, and are found in implementations of [[linear algebra]] algorithms and [[image processing]]. [[Loop tiling]] is an effective approach.
 
=== Spatially coherent ===