From 5d42b4635f60b57a81b702d924a6e9b5b7cfbc01 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Fri, 26 Jul 2019 15:54:20 +0100 Subject: COMPMID-2467 Include IP information to the tuning config Change-Id: I00e29f30eda0edc76ae393bef14f0092e57a5195 Signed-off-by: Giorgio Arena Reviewed-on: https://review.mlplatform.org/c/1634 Comments-Addressed: Arm Jenkins Reviewed-by: Georgios Pinitas Tested-by: Arm Jenkins --- arm_compute/core/CL/CLKernelLibrary.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arm_compute/core/CL') diff --git a/arm_compute/core/CL/CLKernelLibrary.h b/arm_compute/core/CL/CLKernelLibrary.h index 741e47c65f..9f183f1232 100644 --- a/arm_compute/core/CL/CLKernelLibrary.h +++ b/arm_compute/core/CL/CLKernelLibrary.h @@ -297,6 +297,11 @@ public: * @return The content of CL_DEVICE_VERSION */ std::string get_device_version(); + /** Return the maximum number of compute units in the device + * + * @return The content of CL_DEVICE_MAX_COMPUTE_UNITS + */ + cl_uint get_num_compute_units(); /** Creates a kernel from the kernel library. * * @param[in] kernel_name Kernel name. -- cgit v1.2.1