Skip to content

Commit 6a320c1

Browse files
authored
fix wording inconsistency for device and host timer synchronization (#1364)
The query for CL_PLATFORM_HOST_TIMER_RESOLUTION is a platform query, not a device query, so the description should refer to platforms that do or do not support the query, not devices.
1 parent fbaafe1 commit 6a320c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/opencl_platform_layer.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ include::{generated}/api/version-notes/CL_PLATFORM_HOST_TIMER_RESOLUTION.asciido
256256

257257
Support for device and host timer synchronization is required for
258258
platforms supporting OpenCL 2.1 or 2.2.
259-
This value must be 0 for devices that do not support device and
259+
This value must be 0 for platforms that do not support device and
260260
host timer synchronization.
261261

262262
ifdef::cl_khr_command_buffer_multi_device[]

0 commit comments

Comments
 (0)