image.png
    The grid consists of four blocks organized into a 2 × 2 array. Each block in
    Fig. 3.1 is labeled with (blockIdx.y, blockIdx.x), e.g., Block(1,0) has
    blockIdx.y=1 and blockIdx.x=0.
    最大范围 - 图2