diff options
author | Michael Bien <[email protected]> | 2010-02-18 01:40:40 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-02-18 01:40:40 +0100 |
commit | 074e8a18e8f5f77168bde267ab87f3cf285f82be (patch) | |
tree | 5dfd0063968fc2ed1b809b86daa247f8cda27fcd /resources | |
parent | 62d9a63caad9d614a4a4ca90956b38ff623242a5 (diff) |
added putCopyBufferToImage, putCopyImageToBuffer and putMap/UnmapBuffer operations to CLCommandQueue.
added buffer mapping test to CLBufferTest.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/cl-impl.cfg | 5 |
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 |