Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/helpers/
H A Dlocal_work_size.cpp25 constexpr uint32_t highThreadCountThreshold = 56u; variable
94 …argetIndex = (canUseNx4 || workGroupInfo.numThreadsPerSubSlice < highThreadCountThreshold) ? 2 : 0; in computePowerOfTwoLWS()