Searched refs:ThreadsPerGroup (Results 1 – 1 of 1) sorted by relevance
469 std::vector<int> ThreadsPerGroup; member in RTLDeviceInfoTy1019 ThreadsPerGroup.resize(NumberOfDevices); in RTLDeviceInfoTy()1232 ThreadsPerGroup = ThreadLimit; in getLaunchVals()1237 ThreadsPerGroup += WarpSize; in getLaunchVals()1246 if (ThreadsPerGroup > ConstWGSize) { in getLaunchVals()1247 ThreadsPerGroup = ConstWGSize; in getLaunchVals()1249 ThreadsPerGroup); in getLaunchVals()1272 if (ThreadsPerGroup > in getLaunchVals()1342 ThreadsPerGroup); in getLaunchVals()1345 Res.WorkgroupSize = ThreadsPerGroup; in getLaunchVals()[all …]