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][ESIMD] Report an error when slm_init is called more than once in the kernel #12804

Merged
merged 17 commits into from
Mar 19, 2024

Commits on Feb 22, 2024

  1. Initial Implementation

    fineg74 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    fb018e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10fceb8 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary changes

    fineg74 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    95febd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    26c5eaf View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary changes

    fineg74 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    be39333 View commit details
    Browse the repository at this point in the history
  3. Remove unneeded includes

    fineg74 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    a0f13d1 View commit details
    Browse the repository at this point in the history
  4. Add comments

    fineg74 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    5edbbd5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

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

Commits on Feb 28, 2024

  1. Address PR comments

    fineg74 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4685bab View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    3bbc5b2 View commit details
    Browse the repository at this point in the history
  2. Fix test failure

    fineg74 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    836c1ed View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Address PR comments

    fineg74 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8853912 View commit details
    Browse the repository at this point in the history
  2. Remove debug dump

    fineg74 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    955f44a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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

Commits on Mar 18, 2024

  1. Remove incorrect test

    fineg74 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a909ff2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Simplify the vlidation logic

    fineg74 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    36e8273 View commit details
    Browse the repository at this point in the history
  2. Update llvm/lib/SYCLLowerIR/ESIMD/LowerESIMD.cpp

    Co-authored-by: Vyacheslav Klochkov <vyacheslav.n.klochkov@intel.com>
    fineg74 and v-klochkov authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    795a085 View commit details
    Browse the repository at this point in the history