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

[wip] resnet batchnorm backward fusion spec #4370

Draft
wants to merge 36 commits into
base: master
Choose a base branch
from

Commits on May 1, 2024

  1. start

    chaosagent committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1f09880 View commit details
    Browse the repository at this point in the history
  2. add comments

    chaosagent committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1de3453 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    0142087 View commit details
    Browse the repository at this point in the history
  2. more cases

    chaosagent committed May 2, 2024
    Configuration menu
    Copy the full SHA
    10b7e6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b020f45 View commit details
    Browse the repository at this point in the history
  4. test_preconv_e_fusion

    chaosagent committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7eb504e View commit details
    Browse the repository at this point in the history
  5. use b instead of 3

    chaosagent committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b51346c View commit details
    Browse the repository at this point in the history
  6. whitespace

    chaosagent committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c259cac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02def56 View commit details
    Browse the repository at this point in the history
  8. typo

    chaosagent committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a6a7027 View commit details
    Browse the repository at this point in the history
  9. add accounting

    chaosagent committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c5ba80c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c521e91 View commit details
    Browse the repository at this point in the history
  11. correct fake news

    chaosagent committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f448c32 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    f949536 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc82999 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2012d88 View commit details
    Browse the repository at this point in the history
  4. different late asts

    chaosagent committed May 3, 2024
    Configuration menu
    Copy the full SHA
    9a1b1fb View commit details
    Browse the repository at this point in the history
  5. add different late ast

    chaosagent committed May 3, 2024
    Configuration menu
    Copy the full SHA
    45443f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    745ff66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cff10c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. add todos

    chaosagent committed May 5, 2024
    Configuration menu
    Copy the full SHA
    520d2eb View commit details
    Browse the repository at this point in the history
  2. what the heck

    chaosagent committed May 5, 2024
    Configuration menu
    Copy the full SHA
    fb82a6d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    fe8bb23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35a5e94 View commit details
    Browse the repository at this point in the history
  3. diamond test

    chaosagent committed May 6, 2024
    Configuration menu
    Copy the full SHA
    feb72c6 View commit details
    Browse the repository at this point in the history
  4. permute test

    chaosagent committed May 6, 2024
    Configuration menu
    Copy the full SHA
    338f137 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d6de23 View commit details
    Browse the repository at this point in the history
  6. add todo

    chaosagent committed May 6, 2024
    Configuration menu
    Copy the full SHA
    0882eea View commit details
    Browse the repository at this point in the history
  7. tricky crossing dag case

    chaosagent committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ab7ed92 View commit details
    Browse the repository at this point in the history
  8. del

    chaosagent committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e1e52a9 View commit details
    Browse the repository at this point in the history
  9. comment

    chaosagent committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6301d1b View commit details
    Browse the repository at this point in the history
  10. early/late cases

    chaosagent committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f329d75 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. :P

    chaosagent committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7875b26 View commit details
    Browse the repository at this point in the history
  2. Revert ":P", it wasn't needed

    This reverts commit 7875b26.
    chaosagent committed May 7, 2024
    Configuration menu
    Copy the full SHA
    889d1fb View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. refactor

    chaosagent committed May 8, 2024
    Configuration menu
    Copy the full SHA
    2b303e4 View commit details
    Browse the repository at this point in the history
  2. formatting

    chaosagent committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4878be8 View commit details
    Browse the repository at this point in the history