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

[SYCL] Treat "ar" image format as PI_DEVICE_BINARY_TYPE_NATIVE #12587

Merged
merged 9 commits into from
Feb 5, 2024

Commits on Feb 1, 2024

  1. [NFCI][SYCL] Refactor getBinaryImageFormat

    A future PR will add support for magic numbers other than four bytes.
    Refactor the code to make those future changes easier to review.
    aelovikov-intel committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    aedcf7a View commit details
    Browse the repository at this point in the history
  2. [SYCL] Treat "ar" image format as PI_DEVICE_BINARY_TYPE_NATIVE

    That's what AOT for Intel GPUs produces when targeting multiple devices
    at once.
    aelovikov-intel committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2e2dc77 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    f017f4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a445c43 View commit details
    Browse the repository at this point in the history
  3. Move code around

    aelovikov-intel committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    286c3bb View commit details
    Browse the repository at this point in the history
  4. Add an E2E test

    aelovikov-intel committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    64e0fd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f917715 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    908427f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

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