Skip to content

Fix missing property_list in image get_access description tables#997

Open
ssam18 wants to merge 1 commit intoKhronosGroup:mainfrom
ssam18:fix/issue-994-image-get-access-property-list
Open

Fix missing property_list in image get_access description tables#997
ssam18 wants to merge 1 commit intoKhronosGroup:mainfrom
ssam18:fix/issue-994-image-get-access-property-list

Conversation

@ssam18
Copy link
Copy Markdown

@ssam18 ssam18 commented Apr 4, 2026

Fixes #994.
The header synopsis for both unsampled_image and sampled_image includes a property_list parameter on get_access and get_host_access, and DPC++ implements it that way too, but the description tables in the member function docs were missing it. This brings the prose descriptions in line with the synopsis for all four affected functions.

The synopsis for unsampled_image and sampled_image both include a
property_list parameter on get_access and get_host_access, but the
description tables in the member function docs were missing it.
Align the descriptions with the synopsis and with DPC++ behavior.
@TApplencourt
Copy link
Copy Markdown
Contributor

Thanks a lot! LGTM.
One need to write the CTS change too, to test this new API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Image get_acess property_list or not?

3 participants