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

[MLIR][TilingInterface] Extend consumer fusion for multi-use of producer shared by terminator ops #110105

Commits on Sep 26, 2024

  1. [MLIR][TilingInterface] Extend consumer fusion for multi-use of producer

    -- This commit extends consumer fusion to take place even if the producer
       has multiple uses.
    -- The multiple uses of the producer essentially means that besides the consumer
       op in concern, the only other uses of the producer are allowed in :-
       1. scf.yield
       2. tensor.parallel_insert_slice
    
    Signed-off-by: Abhishek Varma <[email protected]>
    Abhishek-Varma committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    eae4114 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    85af1e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bba3e9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5f1689 View commit details
    Browse the repository at this point in the history
  4. Comment

    Abhishek-Varma committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    482cf73 View commit details
    Browse the repository at this point in the history