24 #ifndef ARM_COMPUTE_CLTUNER_TYPES_H 25 #define ARM_COMPUTE_CLTUNER_TYPES_H 46 bool tune_wbsm =
false;
59 static const std::map<std::string, CLTunerMode> tuner_modes =
66 #ifndef ARM_COMPUTE_EXCEPTIONS_DISABLED 72 #ifndef ARM_COMPUTE_EXCEPTIONS_DISABLED 74 catch(
const std::out_of_range &)
76 throw std::invalid_argument(name);
Searches a subset of LWS configurations while tuning.
Copyright (c) 2017-2023 Arm Limited.
Searches a minimal subset of LWS configurations while tuning.
std::string tolower(std::string string)
Convert string to lower case.
CLTunerMode
< OpenCL tuner modes
CLTunerMode tuner_mode_from_name(const std::string &name)
Converts a string to a strong types enumeration CLTunerMode.
Searches all possible LWS configurations while tuning.
inline ::std::istream & operator>>(::std::istream &stream, DataType &data_type)
Input Stream operator for DataType.