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][NewPM] Add SPIRITTAnnotations pass into optimization #5300

Merged

Commits on Jan 13, 2022

  1. [SYCL][NewPM] Add SPIRITTAnnotations pass into optimization

    Add SPIRITTAnnotations pass into clang optimizations pipeline when using
    new Pass Manager.
    
    Signed-off-by: Mikhail Lychkov <mikhail.lychkov@intel.com>
    mlychkov committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    ce9b724 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    59a482e View commit details
    Browse the repository at this point in the history
  2. Do target check via assert

    Signed-off-by: Mikhail Lychkov <mikhail.lychkov@intel.com>
    mlychkov committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    909a780 View commit details
    Browse the repository at this point in the history
  3. Update clang/lib/CodeGen/BackendUtil.cpp

    Co-authored-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
    bader and MrSidims committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    2ac65a8 View commit details
    Browse the repository at this point in the history
  4. Fix assert message for itt annotation check

    Signed-off-by: Mikhail Lychkov <mikhail.lychkov@intel.com>
    mlychkov committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    f139546 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

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