File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ can be appended.
6969Functions which do not have an argument from which the vendor implementation
7070may be inferred have been deprecated and may be ignored.
7171
72- New in version 2.0.0, object that are ICD 2 compatible should also contain
72+ New in version 2.0.0, objects that are ICD 2 compatible should also contain
7373a `dispatch_data` field of type `void *` that the loader is free to modify
7474for a platform through the {clIcdSetPlatformDispatchDataKHR} new API entry
7575point. In order to distinguish ICD 1 and ICD 2 objects, the pointers to
@@ -246,7 +246,7 @@ pointers to {clGetPlatformIDs} and {clUnloadCompiler} in the dispatch
246246structure of a platform is set to `CL_ICD2_TAG_KHR` the platform will be
247247deemed ICD 2 compatible and dispatch will be managed by the ICD Loader. If the
248248`CL_ICD2_TAG_KHR` tag is present but one of the two functions above is
249- missing or it the tag is present in only one of the pointers, the ICD Loader
249+ missing or if the tag is present in only one of the pointers, the ICD Loader
250250will ignore the Vendor ICD and continue on to the next.
251251
252252During initialization, after calling {clIcdGetPlatformIDsKHR} to query the
You can’t perform that action at this time.
0 commit comments