Home
last modified time | relevance | path

Searched defs:lws_y_max (Results 1 – 1 of 1) sorted by relevance

/external/ComputeLibrary/src/runtime/CL/tuners/
DCLLWSList.cpp60 auto lws_y_max = std::min(static_cast<unsigned int>(gws[1]), max_lws_supported_y); in CLLWSListNormal() local
93 auto lws_y_max = std::min(static_cast<unsigned int>(gws[1]), 4u); // Limit exploration to 1 - 4 in CLLWSListRapid() local