Home
last modified time | relevance | path

Searched refs:localWkgs (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.cpp132 uint64_t localWkgs = 0xffffffff; in choosePreferredWorkGroupSizeWithRatio() local
158 localWkgs = workGroups; in choosePreferredWorkGroupSizeWithRatio()
161 if ((workGroups < localWkgs) || in choosePreferredWorkGroupSizeWithRatio()
162 ((workGroups == localWkgs) && (ratioDiff < localRatio))) { in choosePreferredWorkGroupSizeWithRatio()
166 localWkgs = workGroups; in choosePreferredWorkGroupSizeWithRatio()