From 0da7c4248ab7b5277f0f77568b048c1b9c0b4d17 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Thu, 17 Sep 2020 13:11:23 -0500 Subject: [PATCH] Record that clCreate{Buffer,Image}WithProperties will remain unwrapped for now --- src/wrap_cl.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wrap_cl.hpp b/src/wrap_cl.hpp index 3601dd71..1ef99694 100644 --- a/src/wrap_cl.hpp +++ b/src/wrap_cl.hpp @@ -39,6 +39,9 @@ // CL 3.0 missing: // clCreateBufferWithProperties // clCreateImageWithProperties +// (no wrappers for now: OpenCL 3.0 does not define any optional properties for +// buffers or images, no implementations to test with.) + // {{{ includes -- GitLab