Skip to content

[SYCL] Copy spec constant information to link result #8155

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 1 commit into from
Feb 1, 2023

Conversation

steffenlarsen
Copy link
Contributor

@steffenlarsen steffenlarsen commented Jan 30, 2023

The executable kernel_bundle resulting from calling sycl::link with input kernel bundles should also be able to answer kernel bundle queries like has_specialization_constant() and get_specialization_constant(). To make this possible, the link operation copies both the spec constant data and the spec-constant name-to-descriptor mappings of all input bundles.

The executable kernel_bundle resulting from calling sycl::link with
input kernel bundles should also be able to answer kernel bundle queries
like has_specialization_constant() and get_specialization_constant().
To make this possible, the link operation copies both the spec constant
data and the spec-constant name-to-descriptor mappings of all input
bundles.

Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen steffenlarsen requested a review from a team as a code owner January 30, 2023 19:53
@steffenlarsen
Copy link
Contributor Author

/verify with intel/llvm-test-suite#1560

@steffenlarsen steffenlarsen temporarily deployed to aws January 30, 2023 20:20 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen requested a review from a team January 31, 2023 09:06
@steffenlarsen
Copy link
Contributor Author

/verify with intel/llvm-test-suite#1560

@steffenlarsen steffenlarsen temporarily deployed to aws January 31, 2023 09:22 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws January 31, 2023 10:25 — with GitHub Actions Inactive
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.

3 participants