aboutsummaryrefslogtreecommitdiffstats
path: root/resources/cl-impl.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'resources/cl-impl.cfg')
-rw-r--r--resources/cl-impl.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/cl-impl.cfg b/resources/cl-impl.cfg
index e1a942b9..0b2a4b74 100644
--- a/resources/cl-impl.cfg
+++ b/resources/cl-impl.cfg
@@ -40,7 +40,8 @@ Ignore clEnqueueNativeKernel
#take buffer capacity from input param 5
ReturnValueCapacity clEnqueueMapBuffer {5}
-#TODO ReturnValueCapacity clEnqueueMapImage ?
+#this one is more complicated, we have to calculate the capacity with custom code
+ManuallyImplement clEnqueueMapImage
#include custom code
IncludeAs CustomJavaCode CLImpl clImplCustomCode.java