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

Add optimization patterns fusing ops into custom ops #1636

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Jun 19, 2024

  1. Add custom ops patterns

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b149002 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b5617e View commit details
    Browse the repository at this point in the history
  3. rename

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a52695d View commit details
    Browse the repository at this point in the history
  4. complete patterns

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d926354 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    8207f79 View commit details
    Browse the repository at this point in the history
  2. fix custom pattern

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ae4385e View commit details
    Browse the repository at this point in the history
  3. fix a bug

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2855d9d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    7f95544 View commit details
    Browse the repository at this point in the history
  2. bug

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    afb88d7 View commit details
    Browse the repository at this point in the history
  3. one fix

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a19396d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Update onnxscript/rewriter/generic_pattern.py

    Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
    xadupre and justinchuby authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1e04d54 View commit details
    Browse the repository at this point in the history
  2. Update onnxscript/rewriter/generic_pattern.py

    Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
    xadupre and justinchuby authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4c831bb View commit details
    Browse the repository at this point in the history
  3. comments

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4d683dc View commit details
    Browse the repository at this point in the history
  4. deprecation

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f490f2b View commit details
    Browse the repository at this point in the history
  5. change

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    50accea View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. update

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0152dc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d40708 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dd97df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee30f74 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

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