Skip to content

[Driver][SYCL] Allow undefined symbols when doing host deps generation #8743

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
Mar 24, 2023

Conversation

mdtoguchi
Copy link
Contributor

@mdtoguchi mdtoguchi commented Mar 23, 2023

When processing archives when performing offload, the driver will perform a host link which generates a file that is used to determine any offload dependencies. This additional link step is just for gathering the dependency information and shouldn't require the full ability to link.

Under some circumstances, for example generating an early or final image archive for FPGA, the symbol resolution is not important. Add a general case of -z undefs during this internal link step and allow the final host link to determine any unresolved symbols at that time.

…ation

When processing archives when performing offload, the driver will perform
a host link which generates a file that is used to determine any offload
dependencies.  This additional link step is just for gathering the dependency
information and shouldn't require the full ability to link.

Under some circumstances, for example generating an early or final image
archive for FPGA, the symbol resolution is not important.  Add a general
case of -z undefs during this internal link step and allow the final host
link to determine any unresolved symbols at that time.
@mdtoguchi mdtoguchi requested a review from a team as a code owner March 23, 2023 00:54
@mdtoguchi mdtoguchi temporarily deployed to aws March 23, 2023 01:47 — with GitHub Actions Inactive
@mdtoguchi mdtoguchi temporarily deployed to aws March 23, 2023 02:53 — with GitHub Actions Inactive
@bader bader changed the title [Driver][SYCL] Allow for undefined symbols when doing host deps gener… [Driver][SYCL] Allow undefined symbols when doing host deps generation Mar 24, 2023
@bader bader merged commit 519a8e2 into intel:sycl Mar 24, 2023
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