Skip to content

Commit d05e2c3

Browse files
Kerilkbashbaug
andauthored
Remove require of cl_icd_dispatch to avoid double typedef (KhronosGroup#1458)
* Remove require of cl_icd_dispatch to avoid double typedef * Update xml/cl.xml Co-authored-by: Ben Ashbaugh <ben.ashbaugh@intel.com> --------- Co-authored-by: Ben Ashbaugh <ben.ashbaugh@intel.com>
1 parent 8ee2df8 commit d05e2c3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

xml/cl.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5902,7 +5902,8 @@ server's OpenCL/api-docs repository.
59025902
<type name="CL/cl_icd.h"/>
59035903
</require>
59045904
<require>
5905-
<type name="cl_icd_dispatch"/>
5905+
<!-- Defined in cl_icd.h -->
5906+
<!-- <type name="cl_icd_dispatch"/> -->
59065907
<type name="cl_layer_info"/>
59075908
<type name="cl_layer_api_version"/>
59085909
</require>

0 commit comments

Comments
 (0)