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

Yang, Rong R rong.r.yang at intel.com
Mon Oct 21 00:51:23 PDT 2013


LGTM, thanks.

-----Original Message-----
From: beignet-bounces+rong.r.yang=intel.com at lists.freedesktop.org [mailto:beignet-bounces+rong.r.yang=intel.com at lists.freedesktop.org] On Behalf Of Ruiling Song
Sent: Monday, October 21, 2013 3:48 PM
To: beignet at lists.freedesktop.org
Cc: Song, Ruiling
Subject: [Beignet] [PATCH] runtime: Simply return success in clUnloadCompiler.

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

_______________________________________________
Beignet mailing list
Beignet at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/beignet


More information about the Beignet mailing list