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] Improve archive/listfile representation in the toolchain #5334

Merged
merged 1 commit into from
Jan 20, 2022

Conversation

mdtoguchi
Copy link
Contributor

When dealing with archives and SYCL device compilations, we recently made
adjustments to expect SPIR-V based fat objects. These are unbundled as
list files so we can individually convert the SPIR-V to LLVM-IR as needed.

The output from the unbundling was being represented as archives instead of
the true form of temporary list files. This caused problems when having
multiple target output when one of the targets was not spir64 based.

Update representation to use the proper file type being created from the
unbundling of the archives.

When dealing with archives and SYCL device compilations, we recently made
adjustments to expect SPIR-V based fat objects.  These are unbundled as
list files so we can individually convert the SPIR-V to LLVM-IR as needed.

The output from the unbundling was being represented as archives instead of
the true form of temporary list files.  This caused problems when having
multiple target output when one of the targets was not spir64 based.

Update representation to use the proper file type being created from the
unbundling of the archives.
@mdtoguchi mdtoguchi requested a review from a team as a code owner January 19, 2022 00:54
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