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] Address issue with improper bundler call with -fsycl-link #13002

Merged
merged 5 commits into from
Mar 19, 2024

Commits on Mar 12, 2024

  1. [Driver][SYCL] Address issue with improper bundler call with -fsycl-link

    The initial change to modify -fsycl-link for AOT introduced a
    modification to the general toolchain flow that is more aligned with the
    host link step.  This caused a disconnect with the unbundling step from
    objects where we were unbundling for host and target, but not providing
    the needed output files.
    
    Fix this up to allow for both the host and target output files to be
    available.  There is an additional fix that will be needed to restrict
    this (i.e. only unbundle the target, and not the host), but functionally
    what we have in place takes care of the immediate problem at hand.
    mdtoguchi committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a50fd2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    475701b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    7d8a6f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    c4ff28e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a9f32a View commit details
    Browse the repository at this point in the history