23.08
|
#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... | |
Definition at line 43 of file CLTunerTypes.h.
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().
CLTunerMode tuner_mode = CLTunerMode::NORMAL |
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().