aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/CLHelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/CLHelpers.h')
-rw-r--r--arm_compute/core/CL/CLHelpers.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arm_compute/core/CL/CLHelpers.h b/arm_compute/core/CL/CLHelpers.h
index 3b025cc5bb..ca1345d807 100644
--- a/arm_compute/core/CL/CLHelpers.h
+++ b/arm_compute/core/CL/CLHelpers.h
@@ -110,6 +110,14 @@ bool arm_non_uniform_workgroup_supported(const cl::Device &device);
*/
bool dot8_supported(const cl::Device &device);
+/** Helper function to check whether the cl_arm_integer_dot_product_accumulate_int8 extension is supported
+ *
+ * @param[in] device A CL device
+ *
+ * @return True if the extension is supported
+ */
+bool dot8_acc_supported(const cl::Device &device);
+
/** This function checks if the Winograd configuration (defined through the output tile, kernel size and the data layout) is supported on OpenCL
*
* @param[in] output_tile Output tile for the Winograd filtering algorithm