@@ -1140,7 +1140,7 @@ include::{generated}/api/version-notes/CL_DEVICE_PROFILING_TIMER_RESOLUTION.asci
11401140include::{generated}/api/version-notes/CL_DEVICE_ENDIAN_LITTLE.asciidoc[]
11411141 | {cl_bool_TYPE}
11421142 | Is {CL_TRUE} if the OpenCL device is a little endian device and
1143- {CL_FALSE} otherwise
1143+ {CL_FALSE} otherwise.
11441144| {CL_DEVICE_AVAILABLE_anchor}
11451145
11461146include::{generated}/api/version-notes/CL_DEVICE_AVAILABLE.asciidoc[]
@@ -1152,21 +1152,23 @@ include::{generated}/api/version-notes/CL_DEVICE_AVAILABLE.asciidoc[]
11521152
11531153include::{generated}/api/version-notes/CL_DEVICE_COMPILER_AVAILABLE.asciidoc[]
11541154 | {cl_bool_TYPE}
1155- | Is {CL_FALSE} if the implementation does not have a compiler available
1156- to compile the program source.
1155+ | Is {CL_TRUE} if a compiler is available to compile programs created from
1156+ source or IL, or {CL_FALSE} if the implementation does not have a
1157+ compiler available.
11571158
1158- Is {CL_TRUE} if the compiler is available.
1159- This can be {CL_FALSE} for the embedded platform profile only.
1159+ This must be {CL_TRUE} for devices supporting the full profile.
1160+
1161+ When an online compiler is not available, OpenCL programs may still be
1162+ created from binaries or built-in kernels supported by the device.
11601163| {CL_DEVICE_LINKER_AVAILABLE_anchor}
11611164
11621165include::{generated}/api/version-notes/CL_DEVICE_LINKER_AVAILABLE.asciidoc[]
11631166 | {cl_bool_TYPE}
1164- | Is {CL_FALSE} if the implementation does not have a linker available.
1165- Is {CL_TRUE} if the linker is available.
1166-
1167- This can be {CL_FALSE} for the embedded platform profile only.
1167+ | Is {CL_TRUE} if a linker is available to link compiled programs, or
1168+ {CL_FALSE} if the implementation does not have a linker available.
11681169
1169- This must be {CL_TRUE} if {CL_DEVICE_COMPILER_AVAILABLE} is {CL_TRUE}.
1170+ This must be {CL_TRUE} for devices supporting the full profile or if
1171+ {CL_DEVICE_COMPILER_AVAILABLE} is {CL_TRUE}.
11701172| {CL_DEVICE_EXECUTION_CAPABILITIES_anchor}
11711173
11721174include::{generated}/api/version-notes/CL_DEVICE_EXECUTION_CAPABILITIES.asciidoc[]
0 commit comments