From e86a09fe4c5aa9037787e13ee55cba2b049d5ea5 Mon Sep 17 00:00:00 2001 From: Pablo Tello Date: Thu, 11 Jan 2018 15:44:48 +0000 Subject: COMPMID-337: Adding OpenCL SVM support. Change-Id: I250d6a1daeccf91d97b6da65aec53b02cf6046a7 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/116140 Tested-by: Jenkins Reviewed-by: Anthony Barbier Reviewed-by: Georgios Pinitas --- arm_compute/core/CL/OpenCL.h | 4 ++++ 1 file changed, 4 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 4b4a8b807d..f83c73f371 100644 --- a/arm_compute/core/CL/OpenCL.h +++ b/arm_compute/core/CL/OpenCL.h @@ -115,6 +115,10 @@ public: DECLARE_FUNCTION_PTR(clGetCommandQueueInfo); DECLARE_FUNCTION_PTR(clGetKernelInfo); DECLARE_FUNCTION_PTR(clGetEventProfilingInfo); + DECLARE_FUNCTION_PTR(clSVMAlloc); + DECLARE_FUNCTION_PTR(clSVMFree); + DECLARE_FUNCTION_PTR(clEnqueueSVMMap); + DECLARE_FUNCTION_PTR(clEnqueueSVMUnmap); #undef DECLARE_FUNCTION_PTR -- cgit v1.2.1