From 1a77c97dfee595da35fd282250606158d301bcee Mon Sep 17 00:00:00 2001 From: foreman Date: Wed, 8 Oct 2014 20:05:24 -0400 Subject: [PATCH] P4 to Git Change 1085627 by lmoriche@lmoriche_opencl_dev on 2014/10/08 20:00:03 ECR #304775 - Revert the change from Khronos that adds a const qualifier to cl_kernel_sub_group_info Affected files ... ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_icd_amd.h#15 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl2.0/CL/cl_ext.h#13 edit --- opencl/api/opencl/amdocl/cl_icd_amd.h | 2 +- opencl/api/opencl/khronos/headers/opencl2.0/CL/cl_ext.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opencl/api/opencl/amdocl/cl_icd_amd.h b/opencl/api/opencl/amdocl/cl_icd_amd.h index 5fa51722ed..999fd180f7 100644 --- a/opencl/api/opencl/amdocl/cl_icd_amd.h +++ b/opencl/api/opencl/amdocl/cl_icd_amd.h @@ -831,7 +831,7 @@ typedef cl_int (CL_API_CALL * clGetPipeInfo_fn)( typedef cl_int (CL_API_CALL * clGetKernelSubGroupInfoKHR_fn)( cl_kernel /* kernel */, cl_device_id /* device */, - const cl_kernel_sub_group_info /* param_name */, + cl_kernel_sub_group_info /* param_name */, size_t /* input_value_size */, const void * /* input_value */, size_t /* param_value_size */, diff --git a/opencl/api/opencl/khronos/headers/opencl2.0/CL/cl_ext.h b/opencl/api/opencl/khronos/headers/opencl2.0/CL/cl_ext.h index e868fe5365..3a27c92089 100644 --- a/opencl/api/opencl/khronos/headers/opencl2.0/CL/cl_ext.h +++ b/opencl/api/opencl/khronos/headers/opencl2.0/CL/cl_ext.h @@ -464,7 +464,7 @@ typedef cl_uint cl_kernel_sub_group_info; extern CL_API_ENTRY cl_int CL_API_CALL clGetKernelSubGroupInfoKHR(cl_kernel /* in_kernel */, cl_device_id /*in_device*/, - const cl_kernel_sub_group_info /* param_name */, + cl_kernel_sub_group_info /* param_name */, size_t /*input_value_size*/, const void * /*input_value*/, size_t /*param_value_size*/, @@ -474,7 +474,7 @@ clGetKernelSubGroupInfoKHR(cl_kernel /* in_kernel */, typedef CL_API_ENTRY cl_int ( CL_API_CALL * clGetKernelSubGroupInfoKHR_fn)(cl_kernel /* in_kernel */, cl_device_id /*in_device*/, - const cl_kernel_sub_group_info /* param_name */, + cl_kernel_sub_group_info /* param_name */, size_t /*input_value_size*/, const void * /*input_value*/, size_t /*param_value_size*/,