summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@intel.com>2014-06-25 16:13:32 +0800
committerZhigang Gong <zhigang.gong@intel.com>2014-06-25 16:14:30 +0800
commit873a74f1ae9fea80c0df90df4106f20143f77707 (patch)
tree1627f3b09c381cb3454756d6706691fd4e6dbec8
parentd3f8ffc471c6b6f639998c87eca3582083715ad1 (diff)
downloadbeignet-873a74f1ae9fea80c0df90df4106f20143f77707.tar.gz
runtime: Remove 'Experiment' from the platform name.
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
-rw-r--r--src/cl_platform_id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cl_platform_id.c b/src/cl_platform_id.c
index fdf0d782..e7c8d6a1 100644
--- a/src/cl_platform_id.c
+++ b/src/cl_platform_id.c
@@ -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")
};