Skip to content

Commit

Permalink
Mark clGetKernelSubGroupInfoKHR as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jrprice committed Jun 14, 2016
1 parent 9789ce4 commit 8e196ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cl_ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ clGetKernelSubGroupInfoKHR(cl_kernel /* in_kernel */,
const void * /*input_value*/,
size_t /*param_value_size*/,
void* /*param_value*/,
size_t* /*param_value_size_ret*/ ) CL_EXT_SUFFIX__VERSION_2_0;
size_t* /*param_value_size_ret*/ ) CL_EXT_SUFFIX__VERSION_2_0_DEPRECATED;

typedef CL_API_ENTRY cl_int
( CL_API_CALL * clGetKernelSubGroupInfoKHR_fn)(cl_kernel /* in_kernel */,
Expand All @@ -344,7 +344,7 @@ typedef CL_API_ENTRY cl_int
const void * /*input_value*/,
size_t /*param_value_size*/,
void* /*param_value*/,
size_t* /*param_value_size_ret*/ ) CL_EXT_SUFFIX__VERSION_2_0;
size_t* /*param_value_size_ret*/ ) CL_EXT_SUFFIX__VERSION_2_0_DEPRECATED;
#endif /* CL_VERSION_2_0 */

#ifdef CL_VERSION_2_1
Expand Down

0 comments on commit 8e196ba

Please sign in to comment.