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] Handle invalid characters from device in temp files #14563

Merged
merged 4 commits into from
Jul 26, 2024

Commits on Jul 12, 2024

  1. [Driver][SYCL] Handle invalid characters from device in temp files

    When using command lines such as -fsycl -fsycl-targets=spir64_gen
    --offload-new-driver -Xsycl-target-backend "-device *" there is a
    temporary file that is generated that contains the arch value.
    Eliminate any possible invalid characters from being used with this
    temporary file.
    mdtoguchi committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    0636c88 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

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

Commits on Jul 25, 2024

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