Skip to content

Commit bd04338

Browse files
authored
clarifies the change log appendix text (KhronosGroup#1420)
1 parent 2e33e33 commit bd04338

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

api/appendix_e.asciidoc

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -457,11 +457,11 @@ conformance process:
457457

458458
* {CL_DEVICE_LATEST_CONFORMANCE_VERSION_PASSED}
459459

460-
== Summary of Changes from OpenCL 3.0
460+
== Summary of Changes to OpenCL 3.0
461461

462462
The first non-experimental version of the OpenCL 3.0 specifications was *v3.0.5*.
463463

464-
Changes from *v3.0.5*:
464+
Changes from *v3.0.5* to *v3.0.6*:
465465

466466
* Fixed the calculation in "mapping work-items onto an ND-range".
467467
* Added new extensions:
@@ -474,7 +474,7 @@ Changes from *v3.0.5*:
474474
** {cl_khr_subgroup_shuffle_relative_EXT}
475475
** {cl_khr_subgroup_clustered_reduce_EXT}
476476

477-
Changes from *v3.0.6*:
477+
Changes from *v3.0.6* to *v3.0.7*:
478478

479479
* Removed erroneous condition for {CL_INVALID_KERNEL_ARGS}.
480480
* Fixed the spelling of `-cl-no-signed-zeros`.
@@ -487,15 +487,15 @@ Changes from *v3.0.6*:
487487
** {cl_khr_spirv_linkonce_odr_EXT}
488488
** {cl_khr_suggested_local_work_size_EXT}
489489

490-
Changes from *v3.0.7*:
490+
Changes from *v3.0.7* to *v3.0.8*:
491491

492492
* Clarified optionality support for double-precision literals.
493493
* Removed unnecessary phrase from sub-group mask function descriptions.
494494
* Added _input_slice_pitch_ error condition for read and write image APIs.
495495
* Added new extension:
496496
** {cl_khr_integer_dot_product_EXT}
497497

498-
Changes from *v3.0.8*:
498+
Changes from *v3.0.8* to *v3.0.9*:
499499

500500
* Added a missing error condition for {clGetKernelSuggestedLocalWorkSizeKHR}.
501501
* Clarified requirements for {CL_DEVICE_DOUBLE_FP_CONFIG} prior to OpenCL 2.0.
@@ -514,7 +514,7 @@ Changes from *v3.0.8*:
514514
** {cl_khr_external_memory_opaque_fd_EXT} (experimental)
515515
** {cl_khr_external_memory_win32_EXT} (experimental)
516516

517-
Changes from *v3.0.9*:
517+
Changes from *v3.0.9* to *v3.0.10*:
518518

519519
* Relaxed memory object acquire error checking requirements for OpenGL, EGL, and DirectX interop extensions.
520520
* Added a missing error condition for {clGetSemaphoreHandleForTypeKHR}.
@@ -526,7 +526,7 @@ Changes from *v3.0.9*:
526526
** {cl_khr_expect_assume_EXT}
527527
** {cl_khr_command_buffer_EXT} (experimental)
528528

529-
Changes from *v3.0.10*:
529+
Changes from *v3.0.10* to *v3.0.11*:
530530

531531
* Added a requirement for implementations supporting device-side enqueue to also support program scope global variables.
532532
* Added missing device scope atomic feature guards to several atomic function overloads.
@@ -540,7 +540,7 @@ Changes from *v3.0.10*:
540540
** {cl_khr_subgroup_rotate_EXT}
541541
** {cl_khr_work_group_uniform_arithmetic_EXT}
542542

543-
Changes from *v3.0.11*:
543+
Changes from *v3.0.11* to *v3.0.12*:
544544

545545
* Added a definition for a valid object and requirements for testing for valid objects.
546546
* Added a maximum limit for the number of arguments supported by a kernel.
@@ -551,7 +551,7 @@ Changes from *v3.0.11*:
551551
* Added new extension:
552552
** {cl_khr_command_buffer_mutable_dispatch_EXT} (experimental)
553553

554-
Changes from *v3.0.12*:
554+
Changes from *v3.0.12* to *v3.0.13*:
555555

556556
* Fixed the accuracy requirements description for half-precision math functions (those prefixed by `half_`).
557557
* Clarified that the semaphore type must always be provided when creating a semaphore.
@@ -561,7 +561,7 @@ Changes from *v3.0.12*:
561561
* Fixed a copy-paste error in the extensions quick reference appendix.
562562
* Fixed typos and improved formatting consistency in the extensions spec.
563563

564-
Changes from *v3.0.13*:
564+
Changes from *v3.0.13* to *v3.0.14*:
565565

566566
* Corrected the precision for `cross` and `dot` to be based on `HALF_EPSILON` in {cl_khr_fp16_EXT}, see {khronos-opencl-pr}/893[#893].
567567
* Added a context query for command-buffers to {cl_khr_command_buffer_EXT}, see {khronos-opencl-pr}/899[#899].
@@ -570,7 +570,7 @@ Changes from *v3.0.13*:
570570
* Added new extension:
571571
** {cl_khr_command_buffer_multi_device_EXT} (experimental)
572572

573-
Changes from *v3.0.14*:
573+
Changes from *v3.0.14* to *v3.0.15*:
574574

575575
* Clarified which error code should be returned when calling {clCreateBuffer} with a pointer to an SVM allocation that is too small, see {khronos-opencl-pr}/879[#879].
576576
* Improved capitalization and hyphenation consistency throughout the specs, see {khronos-opencl-pr}/902[#902].
@@ -599,7 +599,7 @@ Changes from *v3.0.14*:
599599
* {cl_khr_subgroup_rotate_EXT}:
600600
** Clarified that only rotating within a subgroup is supported, see {khronos-opencl-pr}/967[#967].
601601

602-
Changes from *v3.0.15*:
602+
Changes from *v3.0.15* to *v3.0.16*:
603603

604604
* Moved all KHR extension text out of the OpenCL Extension specification and into the main specifications.
605605
The OpenCL Extension specification will be removed in a subsequent revision.
@@ -623,7 +623,7 @@ Changes from *v3.0.15*:
623623
* Added new extension:
624624
** {cl_khr_kernel_clock_EXT} (experimental)
625625

626-
Changes from *v3.0.16*:
626+
Changes from *v3.0.16* to *v3.0.17*:
627627

628628
* Clarified the definition of command prerequisites, see {khronos-opencl-pr}/923[#923].
629629
* Clarified the behavior of {CL_DEVICE_TYPE_DEFAULT} and {CL_DEVICE_TYPE_ALL} for custom devices, see {khronos-opencl-pr}/1117[#1117].
@@ -663,7 +663,7 @@ Changes from *v3.0.16*:
663663
** {cl_khr_external_semaphore_dx_fence_EXT} (experimental)
664664
** `cl_khr_external_memory_dx` (experimental)
665665

666-
Changes from *v3.0.17*:
666+
Changes from *v3.0.17* to *v3.0.18*:
667667

668668
* Added version 2.0 of the {cl_khr_icd} extension for loader-managed dispatch, see {khronos-opencl-pr}/1005[#1005].
669669
* Added the {cl_ext_buffer_device_address_EXT} extension, see {khronos-opencl-pr}/1159[#1159].
@@ -689,7 +689,7 @@ Changes from *v3.0.17*:
689689
* {cl_khr_external_memory_dma_buf_EXT}:
690690
** Clarified usage, see {khronos-opencl-pr}/1335[#1335].
691691

692-
Changes from *v3.0.18*:
692+
Changes from *v3.0.18* to *v3.0.19*:
693693

694694
* Moved description of restrictions for image kernel arguments to {clSetKernelArg}, see {khronos-opencl-pr}/1346[#1346].
695695
* Fixed document linking for several extension APIs and enums, see {khronos-opencl-pr}/1360[#1360].

0 commit comments

Comments
 (0)