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

Method set_lws_hint

src/core/CL/ICLKernel.h:373–377  ·  view source on GitHub ↗

Set the Local-Workgroup-Size hint * * @note This method should be called after the configuration of the kernel * * @param[in] lws_hint Local-Workgroup-Size to use */

Source from the content-addressed store, hash-verified

371 * @param[in] lws_hint Local-Workgroup-Size to use
372 */
373 void set_lws_hint(const cl::NDRange &lws_hint)
374 {
375 ARM_COMPUTE_ERROR_ON_UNCONFIGURED_KERNEL(this); // lws_hint will be overwritten by configure()
376 _tuning_params_hint.set_lws(lws_hint);
377 }
378
379 /** Return the Local-Workgroup-Size hint
380 *

Callers 2

Calls 1

set_lwsMethod · 0.80

Tested by

no test coverage detected