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][Clang] Add support for device image compression #15124

Open
wants to merge 56 commits into
base: sycl
Choose a base branch
from

Commits on Aug 10, 2024

  1. Add sycl-compress

    uditagarwal97 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    ef323f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Fix decompression in RT

    uditagarwal97 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    bdab2f0 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    uditagarwal97 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    45f1e99 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    34978f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    195e961 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd64225 View commit details
    Browse the repository at this point in the history
  4. More cleanup

    uditagarwal97 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    d89f41b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb643e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Cleanup + build fix

    uditagarwal97 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    151e70a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2983fab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    054984c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4493984 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    6c26a42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d7edc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0aca25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbda582 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    758723c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Another test

    uditagarwal97 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7282eec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eda727e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94a98c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cc23ec View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

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

Commits on Aug 31, 2024

  1. Reuse already existing clang options for compression. Use LLVMSupport…

    … instead of sycl-compress in ClangOffloadWrapper
    uditagarwal97 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    71abfce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fae7906 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

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

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    b4a2c0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa9459b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63389bb View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    6487867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5099ee9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    687db23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff53221 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    7fb726e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84f0864 View commit details
    Browse the repository at this point in the history
  3. Add line at EOF

    uditagarwal97 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    7fdbd5e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    312bd38 View commit details
    Browse the repository at this point in the history
  2. Simplify passing argument from clang driver to clang-offload-wrapper

    Co-authored-by: Michael Toguchi <michael.d.toguchi@intel.com>
    uditagarwal97 and mdtoguchi committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    75f28ac View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Fix formatting

    uditagarwal97 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    288ed5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3576a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    b6f1f7a View commit details
    Browse the repository at this point in the history
  2. Address reviews

    uditagarwal97 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7262fd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    6ff1a37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    022a7ef View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Reuse LLVM_ENABLE_ZSTD

    uditagarwal97 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2eb0c25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44b41dd View commit details
    Browse the repository at this point in the history
  3. Throw error in clang-offload-wrapper when zstd is not present but sti…

    …ll do --offload-compress; Dynamically detect if zstd is present when running E2E tests.
    uditagarwal97 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1d81813 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

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

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    969b520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32e4868 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    fd0f1e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c119e View commit details
    Browse the repository at this point in the history
  3. Address reviews

    uditagarwal97 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    eb7588c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    58f9939 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    575efc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    970ad35 View commit details
    Browse the repository at this point in the history