From 94b466c1eca475582a9e00c88b37ae92271909e6 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Mon, 14 Sep 2020 21:47:26 -0500
Subject: [PATCH] Add inventory of missing stuff to wrap_cl

---
 src/wrap_cl.hpp | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/src/wrap_cl.hpp b/src/wrap_cl.hpp
index d969f234..70c24abd 100644
--- a/src/wrap_cl.hpp
+++ b/src/wrap_cl.hpp
@@ -30,6 +30,21 @@
 // CL 1.2 undecided:
 // clSetPrintfCallback
 
+// CL 2.0 missing:
+// pipes
+
+// CL 2.1 missing:
+// clGetKernelSubGroupInfo
+// clSetDefaultDeviceCommandQueue
+// clGetDeviceAndHostTimer
+// clGetHostTimer
+// clCloneKernel
+// clEnqueueSVMMigrateMem
+
+// CL 3.0 missing:
+// clCreateBufferWithProperties
+// clCreateImageWithProperties
+
 // {{{ includes
 
 #define CL_USE_DEPRECATED_OPENCL_1_1_APIS
-- 
GitLab