aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/CLKernelLibrary.h
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-03-07 11:35:53 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:48:33 +0000
commit847864df46cea578bb0766c17c95ad5e804c49c3 (patch)
tree553f4c383b6a81b43b8634ea9856cd8dbeae0a27 /arm_compute/core/CL/CLKernelLibrary.h
parent4a65b9855f71fff11a4c18d2fa4bccc74303e5c6 (diff)
downloadComputeLibrary-847864df46cea578bb0766c17c95ad5e804c49c3.tar.gz
COMPMID-995 Add CL_DEVICE_VERSION to the test framework output
Change-Id: Ic32742388fbd45c8acc395977586204980eff591 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/123541 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Kevin Petit <kevin.petit@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'arm_compute/core/CL/CLKernelLibrary.h')
-rw-r--r--arm_compute/core/CL/CLKernelLibrary.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arm_compute/core/CL/CLKernelLibrary.h b/arm_compute/core/CL/CLKernelLibrary.h
index 20e245ece8..953b43c038 100644
--- a/arm_compute/core/CL/CLKernelLibrary.h
+++ b/arm_compute/core/CL/CLKernelLibrary.h
@@ -261,6 +261,12 @@ public:
{
_device = std::move(device);
}
+
+ /** Return the device version
+ *
+ * @return The content of CL_DEVICE_VERSION
+ */
+ std::string get_device_version();
/** Creates a kernel from the kernel library.
*
* @param[in] kernel_name Kernel name.