[Beignet] [PATCH] runtime: Simply return success in clUnloadCompiler.

Ruiling Song ruiling.song at intel.com
Mon Oct 21 00:48:13 PDT 2013


Signed-off-by: Ruiling Song <ruiling.song at intel.com>
---
 src/cl_api.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/cl_api.c b/src/cl_api.c
index 0410e93..0e562ed 100644
--- a/src/cl_api.c
+++ b/src/cl_api.c
@@ -854,8 +854,7 @@ error:
 cl_int
 clUnloadCompiler(void)
 {
-  NOT_IMPLEMENTED;
-  return 0;
+  return CL_SUCCESS;
 }
 
 cl_int
-- 
1.7.9.5



More information about the Beignet mailing list