Home
last modified time | relevance | path

Searched refs:_max_workgroup_size (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/src/core/CL/
DICLKernel.cpp186 if(_max_workgroup_size == 0) in get_max_workgroup_size()
188 _max_workgroup_size = CLKernelLibrary::get().max_local_workgroup_size(_kernel); in get_max_workgroup_size()
190 return _max_workgroup_size; in get_max_workgroup_size()
DICLKernel.h127 …t(GPUTarget::MIDGARD), _config_id(arm_compute::default_config_id), _max_workgroup_size(0), _type(C… in ICLKernel()
464 size_t _max_workgroup_size; /**< The maximum workgroup size for this kernel */ variable