diff options
author | Zhigang Gong <zhigang.gong@intel.com> | 2014-06-25 16:13:32 +0800 |
---|---|---|
committer | Zhigang Gong <zhigang.gong@intel.com> | 2014-06-25 16:14:30 +0800 |
commit | 873a74f1ae9fea80c0df90df4106f20143f77707 (patch) | |
tree | 1627f3b09c381cb3454756d6706691fd4e6dbec8 /src | |
parent | d3f8ffc471c6b6f639998c87eca3582083715ad1 (diff) |
runtime: Remove 'Experiment' from the platform name.
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/cl_platform_id.c | 2 |
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") }; |