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

Torch compile fusion backend prototype #209

Draft
wants to merge 31 commits into
base: upstream-main
Choose a base branch
from

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    b449e5d View commit details
    Browse the repository at this point in the history
  2. add lowering_utils.py

    bnellnm committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e9a62ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44153ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55d20b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2ba837 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

  1. meta + signature generation

    bnellnm committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a64f893 View commit details
    Browse the repository at this point in the history
  2. refactor, use temporary files

    bnellnm committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cb686a1 View commit details
    Browse the repository at this point in the history
  3. comment

    bnellnm committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    86381d8 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    692fd79 View commit details
    Browse the repository at this point in the history
  2. wip

    bnellnm committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e8a9b6b View commit details
    Browse the repository at this point in the history
  3. wip registry

    bnellnm committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1ce096f View commit details
    Browse the repository at this point in the history
  4. wip registry

    bnellnm committed May 1, 2024
    Configuration menu
    Copy the full SHA
    bdd91ed View commit details
    Browse the repository at this point in the history
  5. merge

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

Commits on May 2, 2024

  1. replace prints with logging

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

Commits on May 3, 2024

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

Commits on May 7, 2024

  1. cleanups + comments

    bnellnm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    835756b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. debugging print

    bnellnm committed May 8, 2024
    Configuration menu
    Copy the full SHA
    260cbf8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 10, 2024

  1. wip

    bnellnm committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9db9f46 View commit details
    Browse the repository at this point in the history
  2. remove use of split_module

    bnellnm committed May 10, 2024
    Configuration menu
    Copy the full SHA
    193b7a6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. handle dynamic dim wip

    bnellnm committed May 11, 2024
    Configuration menu
    Copy the full SHA
    1188acb View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

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

Commits on May 13, 2024

  1. turn down logging

    bnellnm committed May 13, 2024
    Configuration menu
    Copy the full SHA
    abaab9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bdc042 View commit details
    Browse the repository at this point in the history
  3. fix 'memory leak'

    bnellnm committed May 13, 2024
    Configuration menu
    Copy the full SHA
    14791d6 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. comments

    bnellnm committed May 14, 2024
    Configuration menu
    Copy the full SHA
    67e97ed View commit details
    Browse the repository at this point in the history
  2. smarter slice translation

    bnellnm committed May 14, 2024
    Configuration menu
    Copy the full SHA
    173e654 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. tweaks

    bnellnm committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ba1b6b1 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    b3b4d8a View commit details
    Browse the repository at this point in the history
  2. forgot rewrite file

    bnellnm committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a865b32 View commit details
    Browse the repository at this point in the history