Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify what re-import properties are accepted by clReImportSemaphoreSyncFdKHR #1219

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions api/cl_khr_external_semaphore_sync_fd.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ external semaphore using the APIs introduced by
** Added re-import function call to {cl_khr_external_semaphore_sync_fd_EXT}
* Revision 1.0.0, 2024-03-15
** First non-provisional version.
* Revision 1.0.1, 2024-08-06
** Clarify what re-import properties are accepted by {clReImportSemaphoreSyncFdKHR}.
5 changes: 4 additions & 1 deletion api/opencl_runtime_layer.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13073,7 +13073,10 @@ include::{generated}/api/protos/clReImportSemaphoreSyncFdKHR.txt[]

* _sema_object_ specifies a valid semaphore object with importable
properties.
* _reimport_props_ must be `NULL`, and is reserved for future use.
* _reimport_props_ is an optional list of properties that affect the
re-import behavior. The list is terminated with the special property `0`.
If no properties are required, _reimport_props_ may be `NULL`. This extension
does not define any optional properties.
* _fd_ specifies an external file descriptor handle to import

Calling {clReImportSemaphoreSyncFdKHR} is equivalent to destroying
Expand Down