Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: intel/intel-graphics-compiler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: intel/intel-graphics-compiler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: releases/2.18.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 17 files changed
  • 5 contributors

Commits on Sep 3, 2025

  1. Changes in code.

    (cherry picked from commit 6ee64d4)
    bcheng0127 authored and pszymich committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    4e063ed View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. Enable CodeScheduling

    Improve CodeScheduling and enable it by default
    - Support handling of the remated instructions
    - Various heuristics added to handle situations with small (splitted)
    loads
    - Heuristic to populate the same vector added
    admitric authored and pszymich committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    5fff125 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Diable PromoteLoopUnrollWithAlloc for OCL

    Diable PromoteLoopUnrollWithAlloc for OCL
    
    (cherry picked from commit bab52a9)
    lioujheyu authored and pszymich committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    22dc83a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. Fix for IGCVectorizer insertpoint

    Now for small blocks consisting of 2 special case instructions
    PHI & Terminator (BR or RET for example) we return not
    firstnonPHI but the last PHI.
    
    (cherry picked from commit 0b9518e)
    esukhov authored and pszymich committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    300f146 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Changes in code.

    (cherry picked from commit cf2dc92)
    AnBodrova authored and pszymich committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    bd67908 View commit details
    Browse the repository at this point in the history
Loading