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] Add diagnostic for bad argument with -fsycl-device-obj #15381

Merged
merged 3 commits into from
Sep 16, 2024

Commits on Sep 12, 2024

  1. [Driver][SYCL] Add diagnostic for bad argument with -fsycl-device-obj

    When using -fsycl-device-obj, we would effectively ignore any bad
    arguments and default to 'llvmir'. Add a diagnostic to inform the user
    of the bad argument and what we are doing with our default behavior.
    mdtoguchi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1700c40 View commit details
    Browse the repository at this point in the history
  2. Simplify logic

    mdtoguchi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    15d8d94 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Fix comment typo

    mdtoguchi committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d745f82 View commit details
    Browse the repository at this point in the history