Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/CL/
H A DICLKernel.cpp32 …e, ICLKernel &kernel, const Window &window, const cl::NDRange &lws_hint, bool use_dummy_work_items) in enqueue()
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/runtime/gpu/cl/
H A DClKernelRuntime.cpp168 constexpr bool use_dummy_work_items = false; in run_op() local