Skip to main content
. Author manuscript; available in PMC: 2010 Sep 1.
Published in final edited form as: Interdiscip Sci. 2010 Jul 25;2(3):213–220. doi: 10.1007/s12539-010-0002-4

Fig. 3.

Fig. 3

Data organization and accessing patterns impact program efficiency. In (a), the data are written such that each row corresponds to the instances of a single attribute and (b) shows this data stretched into a one-dimensional array, by row-major order. In (c), the data are written such that each row corresponds to the attributes of a single instance, and (d) shows the corresponding one-dimensional representation of these data. The data highlighted in gray depict the memory access patterns of the threads within block (0,2)