MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / lws_hint

Method lws_hint

src/core/CL/ICLKernel.h:383–386  ·  view source on GitHub ↗

Return the Local-Workgroup-Size hint * * @return Current lws hint */

Source from the content-addressed store, hash-verified

381 * @return Current lws hint
382 */
383 cl::NDRange lws_hint() const
384 {
385 return _tuning_params_hint.get_lws();
386 }
387
388 /** Set the workgroup batch size modifier hint
389 *

Callers 1

Calls 1

get_lwsMethod · 0.80

Tested by

no test coverage detected