summaryrefslogtreecommitdiffstats
path: root/resources/cl-impl.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'resources/cl-impl.cfg')
-rw-r--r--resources/cl-impl.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/cl-impl.cfg b/resources/cl-impl.cfg
index ac67e482..e1a942b9 100644
--- a/resources/cl-impl.cfg
+++ b/resources/cl-impl.cfg
@@ -37,6 +37,11 @@ Ignore clCreateContextFromType
Ignore clBuildProgram
Ignore clEnqueueNativeKernel
+#take buffer capacity from input param 5
+ReturnValueCapacity clEnqueueMapBuffer {5}
+
+#TODO ReturnValueCapacity clEnqueueMapImage ?
+
#include custom code
IncludeAs CustomJavaCode CLImpl clImplCustomCode.java
IncludeAs CustomCCode clImplCustomCode.c