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

Method set_wbsm_hint

src/core/CL/ICLKernel.h:394–398  ·  view source on GitHub ↗

Set the workgroup batch size modifier hint * * @note This method should be called after the configuration of the kernel * * @param[in] wbsm_hint workgroup batch size modifier value */

Source from the content-addressed store, hash-verified

392 * @param[in] wbsm_hint workgroup batch size modifier value
393 */
394 void set_wbsm_hint(const cl_int &wbsm_hint)
395 {
396 ARM_COMPUTE_ERROR_ON_UNCONFIGURED_KERNEL(this); // wbsm_hint will be overwritten by configure()
397 _tuning_params_hint.set_wbsm(wbsm_hint);
398 }
399
400 /** Return the workgroup batch size modifier hint
401 *

Callers 2

Calls 1

set_wbsmMethod · 0.80

Tested by

no test coverage detected