Skip to content

Commit fa1a7ea

Browse files
authored
add links to change log PRs (#1017)
1 parent 6d77289 commit fa1a7ea

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

api/appendix_e.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -564,9 +564,9 @@ Changes from *v3.0.12*:
564564

565565
Changes from *v3.0.13*:
566566

567-
* Corrected the precision for `cross` and `dot` to be based on `HALF_EPSILON` in `cl_khr_fp16`, see GitHub #893.
568-
* Added a context query for command-buffers to `cl_khr_command_buffer`, see GitHub #899.
569-
* Updated the semaphore wait and signal rules for binary semaphores in `cl_khr_semaphore`, see GitHub #882.
570-
* Removed redundant error conditions from `cl_khr_external_semaphore` and `cl_khr_external_memory`, see GitHub #903 and #904.
567+
* Corrected the precision for `cross` and `dot` to be based on `HALF_EPSILON` in `cl_khr_fp16`, see {khronos-opencl-pr}/893[#893].
568+
* Added a context query for command-buffers to `cl_khr_command_buffer`, see {khronos-opencl-pr}/899[#899].
569+
* Updated the semaphore wait and signal rules for binary semaphores in `cl_khr_semaphore`, see {khronos-opencl-pr}/882[#882].
570+
* Removed redundant error conditions from `cl_khr_external_semaphore` and `cl_khr_external_memory`, see {khronos-opencl-pr}/903[#903] and {khronos-opencl-pr}/904[#904].
571571
* Added new extension:
572572
** `cl_khr_command_buffer_multi_device` (provisional)

config/opencl.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
// Attributes that are shared by OpenCL specifications.
66

7+
:khronos-opencl-repo: https://github.com/KhronosGroup/OpenCL-Docs
8+
:khronos-opencl-pr: {khronos-opencl-repo}/pull
9+
710
:blank: pass:[ +]
811
:pp: ++
912
:cpp: pass:[C++]

0 commit comments

Comments
 (0)