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