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

[Test] Fix AutoScheduler test to cover Conv2D Winograd #8539

Merged
merged 52 commits into from
Jul 29, 2021
Merged

[Test] Fix AutoScheduler test to cover Conv2D Winograd #8539

merged 52 commits into from
Jul 29, 2021

Commits on Jun 25, 2021

  1. optimize resize vertor

    sunjiweiswift committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    629ec50 View commit details
    Browse the repository at this point in the history
  2. tmp

    sunjiweiswift committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    5005373 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. DoMultiLevelTiling

    sunjiweiswift committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    a1b749f View commit details
    Browse the repository at this point in the history
  2. modify size_t to int

    sunjiweiswift committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    f1fc313 View commit details
    Browse the repository at this point in the history
  3. modify

    sunjiweiswift committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    65a7a00 View commit details
    Browse the repository at this point in the history
  4. modify level fill

    sunjiweiswift committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    2368df9 View commit details
    Browse the repository at this point in the history
  5. Update utils.cc

    modify format_lower
    sunjiweiswift authored Jun 26, 2021
    Configuration menu
    Copy the full SHA
    e8ba850 View commit details
    Browse the repository at this point in the history
  6. format lower count

    sunjiweiswift committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    a832739 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    258f382 View commit details
    Browse the repository at this point in the history
  8. delete blank lines

    sunjiweiswift committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    2de6c99 View commit details
    Browse the repository at this point in the history
  9. delete blank lines

    sunjiweiswift committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    cb99388 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ece0e1d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. re-commit message

    sunjiweiswift committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    9da6fa3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Merge pull request #1 from apache/main

    update from tvm
    sunjiweiswift authored Jul 15, 2021
    Configuration menu
    Copy the full SHA
    718e58b View commit details
    Browse the repository at this point in the history
  2. Update graph_executor.h

    add set_output_zero_copy
    sunjiweiswift authored Jul 15, 2021
    Configuration menu
    Copy the full SHA
    7377e43 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Merge pull request #2 from apache/main

    update
    sunjiweiswift authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    8853436 View commit details
    Browse the repository at this point in the history
  2. add setoutputzero

    sunjiweiswift authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    4a007ab View commit details
    Browse the repository at this point in the history
  3. add set output zero

    sunjiweiswift authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    8ca606f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6afb609 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d71dece View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. delete const_cast

    sunjiweiswift committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    145219c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e45c77b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7a27c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf6ed08 View commit details
    Browse the repository at this point in the history
  5. add output_ sort

    sunjiweiswift authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    80fc91f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab5f957 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07e80ad View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

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

Commits on Jul 22, 2021

  1. add include <algorithm>

    sunjiweiswift committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    052fa56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    847634e View commit details
    Browse the repository at this point in the history
  3. modify by clang-format

    sunjiweiswift committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    b2d9471 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d0461a View commit details
    Browse the repository at this point in the history
  5. rrealy ut go back

    sunjiweiswift committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    4ebf2bd View commit details
    Browse the repository at this point in the history
  6. rrealy ut go back

    sunjiweiswift committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    c221b51 View commit details
    Browse the repository at this point in the history
  7. modify input->output

    sunjiweiswift committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    92294d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    dd54915 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66ef5fe View commit details
    Browse the repository at this point in the history
  3. midify winograd UT

    sunjiweiswift committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    65c2d19 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. re-pr

    sunjiweiswift committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    bb88c6b View commit details
    Browse the repository at this point in the history
  2. empty commit

    sunjiweiswift committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    e772e16 View commit details
    Browse the repository at this point in the history
  3. empty commit

    sunjiweiswift committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    810ec28 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. empty commit

    sunjiweiswift committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    afed7c3 View commit details
    Browse the repository at this point in the history
  2. empty commit

    sunjiweiswift committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    d8d8ebf View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. empty commit

    sunjiweiswift committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    94617a6 View commit details
    Browse the repository at this point in the history
  2. empty commit

    sunjiweiswift committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    aa511ce View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. empty commit

    sunjiweiswift committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    4c38fb2 View commit details
    Browse the repository at this point in the history
  2. empty commit

    sunjiweiswift committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    fe37b44 View commit details
    Browse the repository at this point in the history
  3. empty commit

    sunjiweiswift committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    94f6493 View commit details
    Browse the repository at this point in the history
  4. empty commit

    sunjiweiswift committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    8c8c208 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. empty commit

    sunjiweiswift committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    1c6751b View commit details
    Browse the repository at this point in the history
  2. empty commit

    sunjiweiswift committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    e82493b View commit details
    Browse the repository at this point in the history
  3. empty commit

    sunjiweiswift committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    9924414 View commit details
    Browse the repository at this point in the history