aboutsummaryrefslogtreecommitdiffstats
path: root/resources/cl-impl.cfg
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-02-19 01:27:23 +0100
committerMichael Bien <[email protected]>2010-02-19 01:27:23 +0100
commita49b22397ae525e9b659a112aa11e4647c18c214 (patch)
treecc13baf0bae35131f7f13d1a9c71d3eab8ffe0fe /resources/cl-impl.cfg
parent9542b173b10d2bb0eb492230025bdede638631b0 (diff)
enabled putMapImage methods in CLCommandQueue.
added slightly modified mapImage implementation via custom code for mapped image buffer size calculation in the glue layer.
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