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

Reduce the work to add a new expr: unify the structure of exprs #2190

Merged
merged 52 commits into from
Nov 18, 2022

Commits on Nov 15, 2022

  1. save structured expr

    zasdfgbnm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    c0a5864 View commit details
    Browse the repository at this point in the history
  2. save ExprType change

    zasdfgbnm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    ee0f43a View commit details
    Browse the repository at this point in the history
  3. revert

    zasdfgbnm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    b7aedbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6149751 View commit details
    Browse the repository at this point in the history
  5. more

    zasdfgbnm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    77be1f4 View commit details
    Browse the repository at this point in the history
  6. one of

    zasdfgbnm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    cd8817c View commit details
    Browse the repository at this point in the history
  7. std::type_index

    zasdfgbnm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    0ae70ab View commit details
    Browse the repository at this point in the history
  8. more

    zasdfgbnm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    1f9cb3b View commit details
    Browse the repository at this point in the history
  9. more

    zasdfgbnm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    cdee6d0 View commit details
    Browse the repository at this point in the history
  10. more

    zasdfgbnm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    8304b84 View commit details
    Browse the repository at this point in the history
  11. fix

    zasdfgbnm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    1e66082 View commit details
    Browse the repository at this point in the history
  12. fix reduction

    zasdfgbnm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    31e61e3 View commit details
    Browse the repository at this point in the history
  13. isStrictlyOneOf

    zasdfgbnm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    7d5b4f7 View commit details
    Browse the repository at this point in the history
  14. fix

    zasdfgbnm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    895b6f0 View commit details
    Browse the repository at this point in the history
  15. fix

    zasdfgbnm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    79017b8 View commit details
    Browse the repository at this point in the history
  16. fix

    zasdfgbnm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    20b5394 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    de37d06 View commit details
    Browse the repository at this point in the history
  18. Revert "save structured expr"

    This reverts commit c0a5864.
    zasdfgbnm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e4e235a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f8fccd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. FullOp compiles

    zasdfgbnm committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    31fc54b View commit details
    Browse the repository at this point in the history
  2. ARangeOp

    zasdfgbnm committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    0da63b0 View commit details
    Browse the repository at this point in the history
  3. TernaryOpType

    zasdfgbnm committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    9e57950 View commit details
    Browse the repository at this point in the history
  4. RNGOp

    zasdfgbnm committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3fb5d26 View commit details
    Browse the repository at this point in the history
  5. BroadcastOp SqueezeOp

    zasdfgbnm committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    73db1ea View commit details
    Browse the repository at this point in the history
  6. ReductionOp

    zasdfgbnm committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    1b2bc68 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0e4e75 View commit details
    Browse the repository at this point in the history
  8. runtime time

    zasdfgbnm committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    d7eb2de View commit details
    Browse the repository at this point in the history
  9. mma transpose expand

    zasdfgbnm committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    4afea44 View commit details
    Browse the repository at this point in the history
  10. shift

    zasdfgbnm committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    00cc231 View commit details
    Browse the repository at this point in the history
  11. fixes

    zasdfgbnm committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    77f3edf View commit details
    Browse the repository at this point in the history
  12. fix

    zasdfgbnm committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    2d14b4d View commit details
    Browse the repository at this point in the history
  13. add clone

    zasdfgbnm committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    586b29c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    56f2249 View commit details
    Browse the repository at this point in the history
  15. fix

    zasdfgbnm committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    2baafe3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    64bd0d8 View commit details
    Browse the repository at this point in the history
  17. DEFINE_CLONE

    zasdfgbnm committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    242228e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Allocate

    zasdfgbnm committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    393fa52 View commit details
    Browse the repository at this point in the history
  2. ForLoop

    zasdfgbnm committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e3f27a2 View commit details
    Browse the repository at this point in the history
  3. fix

    zasdfgbnm committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    f72d6b6 View commit details
    Browse the repository at this point in the history
  4. GroupedGridReduction

    zasdfgbnm committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    4338807 View commit details
    Browse the repository at this point in the history
  5. GridWelford

    zasdfgbnm committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    412420b View commit details
    Browse the repository at this point in the history
  6. all expr done

    zasdfgbnm committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    c7b860e View commit details
    Browse the repository at this point in the history
  7. fix

    zasdfgbnm committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    bfdb742 View commit details
    Browse the repository at this point in the history
  8. cleanup

    zasdfgbnm committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    36ada0e View commit details
    Browse the repository at this point in the history
  9. rewrite IrCloner

    zasdfgbnm committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    56b03ee View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. rename

    zasdfgbnm committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    c80587c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    522bfdf View commit details
    Browse the repository at this point in the history
  3. save

    zasdfgbnm committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    9bd3bc4 View commit details
    Browse the repository at this point in the history
  4. fix

    zasdfgbnm committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    0987844 View commit details
    Browse the repository at this point in the history
  5. save

    zasdfgbnm committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    c23ea6c View commit details
    Browse the repository at this point in the history
  6. save

    zasdfgbnm committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    0971dfe View commit details
    Browse the repository at this point in the history
  7. Statement attributes_

    zasdfgbnm committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    6fd6504 View commit details
    Browse the repository at this point in the history