Skip to content

[Driver][SYCL] Enable host-only compilation behaviors#22365

Open
mdtoguchi wants to merge 2 commits into
intel:syclfrom
mdtoguchi:include-host-only-sycl
Open

[Driver][SYCL] Enable host-only compilation behaviors#22365
mdtoguchi wants to merge 2 commits into
intel:syclfrom
mdtoguchi:include-host-only-sycl

Conversation

@mdtoguchi

Copy link
Copy Markdown
Contributor

The common offloading options provide --offload-host-only. This allows for an offload compilation to occur, but to only perform the host side of the compilation toolchain.

Enable this for the old offloading model flow. Doing so required updates to the behavior to not only perform the host side of the compilation, but also be sure that the integration header and footer are properly generated to be consumed by the host side of the compilation.

The common offloading options provide --offload-host-only.  This allows for
an offload compilation to occur, but to only perform the host side of the
compilation toolchain.

Enable this for the old offloading model flow.  Doing so required updates to
the behavior to not only perform the host side of the compilation, but also
be sure that the integration header and footer are properly generated to be
consumed by the host side of the compilation.
@mdtoguchi mdtoguchi requested a review from a team as a code owner June 18, 2026 22:35
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