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][NewOffloadModel] Incorporate -device settings for GPU #14151

Merged
merged 4 commits into from
Jun 13, 2024

Commits on Jun 12, 2024

  1. [Driver][SYCL][NewOffloadModel] Incorporate -device settings for GPU

    One of the models that is used for specifying the device architecture
    for spir64_gen is to use the -Xsycl-target-backend "-device arg" syntax
    on the command line.
    
    Hook up the ability to scan the target backend values to embed the
    proper information in the packaged binary when using the new offload
    model.
    mdtoguchi committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0489300 View commit details
    Browse the repository at this point in the history
  2. Clang Format

    mdtoguchi committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3038eb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    7dd541b View commit details
    Browse the repository at this point in the history
  2. clang format

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