Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/kernel/
H A Dkernel.cpp1054 …uint32_t dispatchWorkDim = std::max(1U, std::max(gws.getSimplifiedDim(), offset.getSimplifiedDim()… in getSuggestedLocalWorkSize() local
1055 const DispatchInfo dispatchInfo{&clDevice, this, dispatchWorkDim, gws, elws, offset}; in getSuggestedLocalWorkSize()