Skip to content

Commit 6b3fc1d

Browse files
authored
clarify the minimum value for CL_DEVICE_HALF_FP_CONFIG (#1273)
The minimum value for CL_DEVICE_HALF_FP_CONFIG applies to devices supporting all OpenCL versions, not just for OpenCL 2.0 or newer devices.
1 parent 044deb6 commit 6b3fc1d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

api/opencl_platform_layer.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,8 +1929,7 @@ include::{generated}/api/version-notes/CL_DEVICE_HALF_FP_CONFIG.asciidoc[]
19291929
addition, subtraction, multiplication) are implemented in software
19301930

19311931
If half-precision is supported by the device, then the minimum
1932-
half-precision floating-point capability for OpenCL 2.0 or newer
1933-
devices is:
1932+
half-precision floating-point capability is either:
19341933

19351934
{CL_FP_ROUND_TO_ZERO}
19361935

0 commit comments

Comments
 (0)