Searched refs:CTA_SIZE_Y (Results 1 – 1 of 1) sorted by relevance
63 CTA_SIZE_Y = 8, enumerator72 TILE_ROWS = CTA_SIZE_Y * TPB_Y210 dim3 block(CTA_SIZE_X, CTA_SIZE_Y); in computeEdges()253 int yloc = threadIdx.y + CTA_SIZE_Y * i; in lableTiles()255 component c = edges(bounds * (y + CTA_SIZE_Y * i), x + CTA_SIZE_X * j); in lableTiles()275 int yloc = threadIdx.y + CTA_SIZE_Y * i; in lableTiles()290 int yloc = threadIdx.y + CTA_SIZE_Y * i; in lableTiles()362 … if (y + CTA_SIZE_Y * i < comps.rows) comps(y + CTA_SIZE_Y * i, x + CTA_SIZE_X * j) = label; in lableTiles()502 dim3 block(CTA_SIZE_X, CTA_SIZE_Y); in labelComponents()