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

Update specialization constant to align with the module proposal #121

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Naghasan
Copy link
Member

Update the specialization constant extension proposal to align with the module proposal.

This PR introduce a kernel_handler which is an optional argument to parallel_for functors and allow the user to query the value for spec constants. This could also be reused to implement other library based functionalities.

Note: the module proposal does not yet reflect the changes presented here.

…YCL module proposal.

This patch rework the proposal to match the SYCL group direction.

This API has been updated, the description is still work-in-progress.
The best way to have specialization constant implementable
as a library is to rely on a kernel side handler.

This handler can also be extended to handle barrier or other functionalities.

Signed-off-by: Victor Lomuller <[email protected]>
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.

1 participant