Skip to content

[SYCL] Relax linking workaround and test SYCL interlinking #19171

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

Draft
wants to merge 4 commits into
base: sycl
Choose a base branch
from

Conversation

steffenlarsen
Copy link
Contributor

@steffenlarsen steffenlarsen commented Jun 26, 2025

This commit relaxes a workaround for linking inline SYCL code with SYCLBIN. That is, instead of separating all offline images into separate linking, it instead separates all binaries with specialization constants into their own linking runs. Additionally, it relaxes the requirement for dependency resolution when device images are looked up for anything other than executable state, avoiding errors when the symbol resolution is done manually.

This commit removes a workaround for linking inline SYCL code with
SYCLBIN. Additionally, it relaxes the requirement for dependency
resolution when device images are looked up for anything other than
executable state, avoiding errors when the symbol resolution is
done manually.

Signed-off-by: Larsen, Steffen <[email protected]>
Signed-off-by: Larsen, Steffen <[email protected]>
Signed-off-by: Larsen, Steffen <[email protected]>
Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen steffenlarsen changed the title [SYCL] Remove linking workaround and test SYCL interlinking [SYCL] Relax linking workaround and test SYCL interlinking Jun 27, 2025
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