Home
last modified time | relevance | path

Searched refs:loopSize (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dloop.cu76 T loopSize = ub - lb + 1; in ForStaticNoChunk() local
78 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()