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

[Driver][SYCL] Fix issue using -fsycl-force-target with offload dependencies #7025

Merged
merged 1 commit into from
Oct 12, 2022

Conversation

mdtoguchi
Copy link
Contributor

When using performing offloading with archives, an additional clang-offload-deps step is taken that determines the device dependencies during the link. When using -fsycl-force-target, we need to be sure that the target in which the dependency information is associated with matches so the proper device objects are referenced and pulled out.

…dencies

When using performing offloading with archives, an additional
clang-offload-deps step is taken that determines the device dependencies
during the link.  When using -fsycl-force-target, we need to be sure
that the target in which the dependency information is associated with
matches so the proper device objects are referenced and pulled out.
@mdtoguchi mdtoguchi requested a review from a team as a code owner October 11, 2022 22:15
@mdtoguchi
Copy link
Contributor Author

@intel/llvm-gatekeepers, this should be ready to go

@steffenlarsen steffenlarsen merged commit 54777c0 into intel:sycl Oct 12, 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.

3 participants