Skip to content

[SYCL][DOC] Change device_global property definitions #5691

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

Merged
merged 4 commits into from
Mar 7, 2022

Conversation

steffenlarsen
Copy link
Contributor

With the recent change to the compile-time property extension, properties must follow a different structure and naming to the one used by the device_global extension. This commit makes the device_global extension adhere to the new requirements and adds additional non-template variants of templated properties, e.g. host_access_read as a shorthand for host_access<host_access_enum::read>.

With the recent change to the compile-time property extension,
properties must follow a different structure and naming to the one used
by the device_global extension. This commit makes the device_global
extension adhere to the new requirements and adds additional
non-template variants of templated properties, e.g. `host_access_read`
as a shorthand for `host_access<host_access_enum::read>`.

Signed-off-by: Steffen Larsen <steffen.larsen@intel.com>
@gmlueck
Copy link
Contributor

gmlueck commented Mar 1, 2022

This looks good. Please also update the copyright notice to "2021 - 2022".

Signed-off-by: Steffen Larsen <steffen.larsen@intel.com>
gmlueck
gmlueck previously approved these changes Mar 1, 2022
@GarveyJoe
Copy link
Contributor

Please change the dependencies section to say that this depends on sycl_ext_oneapi_properties now instead of sycl_ext_oneapi_property_list.

@bader
Copy link
Contributor

bader commented Mar 3, 2022

@steffenlarsen, please, resolve merge conflicts.

@bader
Copy link
Contributor

bader commented Mar 5, 2022

Please change the dependencies section to say that this depends on sycl_ext_oneapi_properties now instead of sycl_ext_oneapi_property_list.

@steffenlarsen, could you address this comment too, please?

Signed-off-by: Steffen Larsen <steffen.larsen@intel.com>
@steffenlarsen
Copy link
Contributor Author

Dependency name should be fixed now.

@bader bader merged commit 7c8a2ac into intel:sycl Mar 7, 2022
@steffenlarsen steffenlarsen deleted the steffen/device_global_doc_props branch December 6, 2023 11:38
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.

4 participants