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

[SYCL][Doc] Kernel parameter attribute change in compile-time properties design doc #5341

Merged

Conversation

steffenlarsen
Copy link
Contributor

This PR changes the use of __sycl_detail__::add_ir_attributes_kernel_parameter to be on __init parameters rather than member variables. This simplifies the propagation of the attribute as it is closer to how the frontend generates kernel function parameters.

Additionally these changes make some minor corrections.

…ies design doc

This commit changes the use of
`__sycl_detail__::add_ir_attributes_kernel_parameter` to be on `__init`
parameters rather than member variables. This simplifies the propagation
of the attribute as it is closer to how the frontend generates kernel
function parameters.

Additionally this commit makes some minor corrections.

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

@gmlueck gmlueck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@bader bader merged commit 2359e81 into intel:sycl Jan 20, 2022
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.

None yet

4 participants