Compute Library
 23.08
CLTuningInfo Struct Reference

#include <CLTunerTypes.h>

Data Fields

CLTunerMode tuner_mode = CLTunerMode::NORMAL
 Parameter to select the level (granularity) of the tuning. More...
 
bool tune_wbsm = false
 Flag to tune the batches of work groups distributed to compute units. More...
 

Detailed Description

Definition at line 43 of file CLTunerTypes.h.

Field Documentation

◆ tune_wbsm

bool tune_wbsm = false

Flag to tune the batches of work groups distributed to compute units.

Internally, the library will check if this feature is available on the target platform. This OpenCL tuner extension is still in experimental phase

Definition at line 46 of file CLTunerTypes.h.

Referenced by CLTuningParams::from_string(), CLTuner::load_from_file(), CLTuner::save_to_file(), and CLTuningParams::to_string().

◆ tuner_mode

Parameter to select the level (granularity) of the tuning.

Definition at line 45 of file CLTunerTypes.h.

Referenced by arm_compute::cl_tuner::get_tuning_parameters_list(), and CLTuner::set_tuner_mode().


The documentation for this struct was generated from the following file: