Searched refs:LoopTripCount (Results 1 – 4 of 4) sorted by relevance
872 uint64_t LoopTripCount = 0; in getLoopTripCount() local878 LoopTripCount = I->second; in getLoopTripCount()880 DP("loop trip count is %lu.\n", LoopTripCount); in getLoopTripCount()884 return LoopTripCount; in getLoopTripCount()1252 uint64_t LoopTripCount = getLoopTripCount(DeviceId); in target() local1262 LoopTripCount, &AsyncInfo); in target()
478 uint64_t LoopTripCount, in runTeamRegion() argument483 LoopTripCount); in runTeamRegion()487 ThreadLimit, LoopTripCount, AsyncInfoPtr); in runTeamRegion()
224 uint64_t LoopTripCount, __tgt_async_info *AsyncInfoPtr);
848 const unsigned int LoopTripCount, in runTargetTeamRegion() argument902 if (LoopTripCount > 0 && EnvNumTeams < 0) { in runTargetTeamRegion()908 CudaBlocksPerGrid = ((LoopTripCount - 1) / CudaThreadsPerBlock) + 1; in runTargetTeamRegion()922 CudaBlocksPerGrid = LoopTripCount; in runTargetTeamRegion()926 CudaBlocksPerGrid, LoopTripCount, CudaThreadsPerBlock); in runTargetTeamRegion()