Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DWorkshare.cpp96 T loopSize = ub - lb + 1; in ForStaticNoChunk() local
98 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()