File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -395,13 +395,13 @@ include::{generated}/api/version-notes/CL_DEVICE_TYPE_DEFAULT.asciidoc[]
395395 {clGetDeviceIDs} or to create OpenCL contexts using
396396 {clCreateContextFromType}, and will never be returned in {CL_DEVICE_TYPE}
397397 for any OpenCL device.
398- The default OpenCL device must not be a {CL_DEVICE_TYPE_CUSTOM} device.
398+ The default OpenCL device must not be a {CL_DEVICE_TYPE_CUSTOM} device
399+ unless it is the only device in the platform.
399400
400401| {CL_DEVICE_TYPE_ALL_anchor}
401402
402403include::{generated}/api/version-notes/CL_DEVICE_TYPE_ALL.asciidoc[]
403- | All OpenCL devices available in the platform, except for
404- {CL_DEVICE_TYPE_CUSTOM} devices.
404+ | All OpenCL devices in the platform.
405405 {CL_DEVICE_TYPE_ALL} is only used to query OpenCL devices using
406406 {clGetDeviceIDs} or to create OpenCL contexts using
407407 {clCreateContextFromType}, and will never be returned in {CL_DEVICE_TYPE}
You can’t perform that action at this time.
0 commit comments