From d9eb27597eabe5b7c17520f4f9b3f8a282d72573 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 3 Apr 2018 13:44:29 +0100 Subject: COMPMID-797: Switch to new graph. - Cleaned up build system Change-Id: If2faa27ee5b31fa8b972836960ab3ef671059c8d Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/126435 Tested-by: Jenkins Reviewed-by: Pablo Tello --- arm_compute/core/CL/OpenCL.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm_compute/core/CL/OpenCL.h') diff --git a/arm_compute/core/CL/OpenCL.h b/arm_compute/core/CL/OpenCL.h index f83c73f371..44e886564a 100644 --- a/arm_compute/core/CL/OpenCL.h +++ b/arm_compute/core/CL/OpenCL.h @@ -119,6 +119,8 @@ public: DECLARE_FUNCTION_PTR(clSVMFree); DECLARE_FUNCTION_PTR(clEnqueueSVMMap); DECLARE_FUNCTION_PTR(clEnqueueSVMUnmap); + DECLARE_FUNCTION_PTR(clEnqueueMarker); + DECLARE_FUNCTION_PTR(clWaitForEvents); #undef DECLARE_FUNCTION_PTR -- cgit v1.2.1