runtime: Remove 'Experiment' from the platform name.
authorZhigang Gong <zhigang.gong@intel.com>
Wed, 25 Jun 2014 08:13:32 +0000 (16:13 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Wed, 25 Jun 2014 08:14:30 +0000 (16:14 +0800)
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
src/cl_platform_id.c

index fdf0d78..e7c8d6a 100644 (file)
@@ -34,7 +34,7 @@ static struct _cl_platform_id intel_platform_data = {
   INIT_ICD(dispatch)
   DECL_INFO_STRING(profile, "FULL_PROFILE")
   DECL_INFO_STRING(version, LIBCL_VERSION_STRING)
-  DECL_INFO_STRING(name, "Experiment Intel Gen OCL Driver")
+  DECL_INFO_STRING(name, "Intel Gen OCL Driver")
   DECL_INFO_STRING(vendor, "Intel")
   DECL_INFO_STRING(icd_suffix_khr, "Intel")
 };