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

Function set_wbsm

src/core/CL/CLHelpers.cpp:475–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475void set_wbsm(cl::Kernel &kernel, cl_int wbsm_hint)
476{
477 cl_int err = clSetKernelExecInfo(kernel.get(), CL_KERNEL_EXEC_INFO_WORKGROUP_BATCH_SIZE_MODIFIER_ARM,
478 sizeof(cl_int), &wbsm_hint);
479 ARM_COMPUTE_UNUSED(err);
480 ARM_COMPUTE_ERROR_ON(err != CL_SUCCESS);
481}
482
483bool export_to_cl_image(const ITensorInfo *tensor)
484{

Callers 1

enqueueMethod · 0.85

Calls 2

clSetKernelExecInfoFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected