aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/OpenCL.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/OpenCL.h')
-rw-r--r--arm_compute/core/CL/OpenCL.h2
1 files changed, 2 insertions, 0 deletions
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