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

[XPU][OptEW] Define -intel-triton-optimize-elementwise-parallelism pass #2631

Merged
merged 6 commits into from
Nov 12, 2024

Commits on Nov 5, 2024

  1. [XPU][OptEW] Define -intel-triton-optimize-elementwise-parallelism

    …pass
    
    Define pass improving elementwise parallelism by avoiding layout conversions
    leading to data duplication between threads.
    
    See pass documentation for more information.
    
    Signed-off-by: victor-eds <victor.perez@codeplay.com>
    victor-eds committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ac35005 View commit details
    Browse the repository at this point in the history
  2. Add chain test

    victor-eds committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    40d4269 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Apply review suggestions

    victor-eds committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    729d0d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

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

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    4ca0dfd View commit details
    Browse the repository at this point in the history
  2. Change approach

    victor-eds committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7e8bd16 View commit details
    Browse the repository at this point in the history