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

Split verifiers and shape functions for ops with regions #401

Merged
merged 7 commits into from
Dec 10, 2022

Commits on Dec 8, 2022

  1. Split verifier for ReduceOp and SortOp

    Xin Zhou committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    28d2f89 View commit details
    Browse the repository at this point in the history
  2. fix some unintented change

    Xin Zhou committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    13f6db1 View commit details
    Browse the repository at this point in the history
  3. Move verifyReduceOp and verifySortOp end of file

    Xin Zhou committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    1a32cc2 View commit details
    Browse the repository at this point in the history
  4. split ReduceWindowOp and WhileOp

    Xin Zhou committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    ae7282b View commit details
    Browse the repository at this point in the history
  5. Remove unused args

    Xin Zhou committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    a939920 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. fix clang-tidy

    Xin Zhou committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0706fa2 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Share the verification logic in shape function too

    Xin Zhou committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    42fae15 View commit details
    Browse the repository at this point in the history