You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Semaphore Property | Property Value | Description
211
-
// This is already described in cl_khr_semaphore so we don't need to describe it again here.
212
-
//| {CL_DEVICE_HANDLE_LIST_KHR}
213
-
// | {cl_device_id_TYPE}[]
214
-
// | Specifies the list of OpenCL devices (terminated with
215
-
// {CL_DEVICE_HANDLE_LIST_END_KHR}) to associate with the semaphore.
216
-
// This is also already described in cl_khr_semaphore so we don't need to describe it again here.
217
-
//| {CL_SEMAPHORE_TYPE_KHR}
218
-
// | {cl_semaphore_type_khr_TYPE}
219
-
// | Specifies the type of semaphore to create.
220
211
| {CL_SEMAPHORE_EXPORT_HANDLE_TYPES_KHR}
221
212
| {cl_external_semaphore_handle_type_khr_TYPE}[]
222
213
| Specifies the list of semaphore handle type properties terminated with
@@ -226,10 +217,6 @@ Following new properties are added to the list of possible supported properties
226
217
227
218
Add to the list of error conditions for {clCreateSemaphoreWithPropertiesKHR}:
228
219
229
-
// This is in the base spec so we don't need to describe it here.
230
-
//* {CL_INVALID_DEVICE} if one or more devices identified by properties
231
-
//{CL_DEVICE_HANDLE_LIST_KHR} is/are not part of devices within _context_ to which
232
-
//{cl_semaphore_khr_TYPE} being created will belong to.
233
220
* {CL_INVALID_DEVICE} if one or more devices identified by properties {CL_DEVICE_HANDLE_LIST_KHR} can not import the requested external semaphore handle type.
234
221
235
222
{clCreateSemaphoreWithPropertiesKHR} may return a NULL value on some implementations if _sema_props_ does not contain an external semaphore handle type to import.
@@ -241,36 +228,6 @@ Add to the list of supported _param_names_ by {clGetSemaphoreInfoKHR}:
0 commit comments