From 6200fa405b16b4145b926a96de197718ad31bf93 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Fri, 6 Jul 2018 17:06:36 +0100 Subject: COMPMID-1288 Optimizing CLGEMMLowp using 8 bit dot product instruction Change-Id: I536174b9381660a94578d6aa1892a6289a820391 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/139109 Reviewed-by: Georgios Pinitas Tested-by: Jenkins --- arm_compute/core/CL/CLKernelLibrary.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'arm_compute/core/CL') diff --git a/arm_compute/core/CL/CLKernelLibrary.h b/arm_compute/core/CL/CLKernelLibrary.h index f25915f053..18b6bb4434 100644 --- a/arm_compute/core/CL/CLKernelLibrary.h +++ b/arm_compute/core/CL/CLKernelLibrary.h @@ -277,6 +277,12 @@ public: return _context; } + /** Gets the CL device for which the programs are created. */ + cl::Device &get_device() + { + return _device; + } + /** Sets the CL device for which the programs are created. * * @param[in] device A CL device. -- cgit v1.2.1