File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -395,13 +395,13 @@ include::{generated}/api/version-notes/CL_DEVICE_TYPE_DEFAULT.asciidoc[]
395
395
{clGetDeviceIDs} or to create OpenCL contexts using
396
396
{clCreateContextFromType}, and will never be returned in {CL_DEVICE_TYPE}
397
397
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.
399
400
400
401
| {CL_DEVICE_TYPE_ALL_anchor}
401
402
402
403
include::{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.
405
405
{CL_DEVICE_TYPE_ALL} is only used to query OpenCL devices using
406
406
{clGetDeviceIDs} or to create OpenCL contexts using
407
407
{clCreateContextFromType}, and will never be returned in {CL_DEVICE_TYPE}
You can’t perform that action at this time.
0 commit comments