Skip to main content
. 2016 Nov 30;6:38046. doi: 10.1038/srep38046

Figure 3. GPU grid configuration for getSSSim.

Figure 3

Computation of the getSSSim matrix is expressed as a large grid in the GPU kernel. The grid contains GPU threads equal to the number of getSSSim values to be calculated. The organization of the grid is hierarchical. The grid is a 2D array of blocks and each block is a 3D array of threads. For simplicity, the blocks are shown as 2D arrays of threads.