From 9125a275449cb533798357914945de1f742a91f9 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Tue, 4 May 2010 02:22:19 +0200 Subject: finished main functionality of ErrorHandler impl. - using event listener add/remove pattern instead add on context creation - context -> error handler object global reference mapping(TM) using LongLongMap in CLImpl - global ref is deleted on context release --- resources/cl-impl.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/cl-impl.cfg') diff --git a/resources/cl-impl.cfg b/resources/cl-impl.cfg index 34753eb7..fc04d2b0 100644 --- a/resources/cl-impl.cfg +++ b/resources/cl-impl.cfg @@ -46,6 +46,7 @@ Ignore clCreateContext Ignore clCreateContextFromType Ignore clBuildProgram Ignore clEnqueueNativeKernel +Ignore clReleaseContext #take buffer capacity from input param 5 ReturnValueCapacity clEnqueueMapBuffer {5} -- cgit v1.2.3