Searched refs:loopSize (Results 1 – 1 of 1) sorted by relevance
76 T loopSize = ub - lb + 1; in ForStaticNoChunk() local78 chunk = loopSize / numberOfEntities; in ForStaticNoChunk()79 T leftOver = loopSize - chunk * numberOfEntities; in ForStaticNoChunk()91 stride = loopSize; // make sure we only do 1 chunk per warp in ForStaticNoChunk()