Skip to content

Commit

Permalink
add named NT handles to external memory in addition to semaphores
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Oct 23, 2024
1 parent 26965d9 commit 3873732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/appendix_e.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -645,9 +645,10 @@ Changes from *v3.0.16*:
** Modified the extension to pass update configs as arrays, rather than linked lists, see {khronos-opencl-pr}/1045[#1045].
* {cl_khr_external_memory_EXT}:
** Clarified acquire and release behavior, see {khronos-opencl-pr}/1176[#1176].
** Added a mechanism to import NT handles by name, see {khronos-opencl-pr}/1177[#1177].
** Documented which error condition should be returned when attempting to create a memory object with more than one external handle, see {khronos-opencl-pr}/1249[#1249].
* {cl_khr_external_semaphore_EXT}:
** Added a mechanism to import NT handles by name, see {khronos-opencl-pr}/1117[#1117].
** Added a mechanism to import NT handles by name, see {khronos-opencl-pr}/1177[#1177].
** Fixed a typo in the description of {clGetSemaphoreHandleForTypeKHR}, see {khronos-opencl-pr}/1220[#1220].
** Clarified that there are no implicit dependencies when waiting on or signaling semaphores using out-of-order queues, see {khronos-opencl-pr}/1231[#1231].
** Documented which error condition should be returned when attempting to create a semaphore with more than one external handle, see {khronos-opencl-pr}/1249[#1249].
Expand Down

0 comments on commit 3873732

Please sign in to comment.