aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/CLTunerTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/CLTunerTypes.h')
-rw-r--r--arm_compute/runtime/CL/CLTunerTypes.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/CLTunerTypes.h b/arm_compute/runtime/CL/CLTunerTypes.h
index e3180f2165..49e2d615ea 100644
--- a/arm_compute/runtime/CL/CLTunerTypes.h
+++ b/arm_compute/runtime/CL/CLTunerTypes.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019 Arm Limited.
+ * Copyright (c) 2019-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -39,6 +39,12 @@ enum class CLTunerMode
RAPID /**< Searches a minimal subset of LWS configurations while tuning */
};
+/**< OpenCL tuner tuning information */
+struct CLTuningInfo
+{
+ bool tune_lws = true;
+};
+
/** Converts a string to a strong types enumeration @ref CLTunerMode
*
* @param[in] name String to convert