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

matmul+activation fuse pass #43519

Merged
merged 38 commits into from
Jul 12, 2022
Merged

Commits on Jun 4, 2022

  1. add method for post ops

    Silv3S committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    46dec52 View commit details
    Browse the repository at this point in the history
  2. format code

    Silv3S committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    14cf236 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. gpd

    Silv3S committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    c370d2c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    6e830ee View commit details
    Browse the repository at this point in the history
  2. format style

    Silv3S committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    acd609e View commit details
    Browse the repository at this point in the history
  3. add matmul+act test

    Silv3S committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    8889c29 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. implement matmul+activation

    Silv3S committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    d055527 View commit details
    Browse the repository at this point in the history
  2. whitespaces

    Silv3S committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    a518f94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d65f39a View commit details
    Browse the repository at this point in the history
  4. code style

    Silv3S committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    18eef24 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'matmul_activation' of https://github.com/Silv3S/Paddle

    …into matmul_activation
    Silv3S committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    6df8606 View commit details
    Browse the repository at this point in the history
  6. python code format

    Silv3S committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    695a570 View commit details
    Browse the repository at this point in the history
  7. Increase UT timeout

    Silv3S committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    d7ac698 View commit details
    Browse the repository at this point in the history
  8. code format

    Silv3S committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    e0de057 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

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

Commits on Jun 28, 2022

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

    Silv3S committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    008bf1b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    48827ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d03da6c View commit details
    Browse the repository at this point in the history
  3. change order

    Silv3S committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    691a77c View commit details
    Browse the repository at this point in the history
  4. Unify activation GPD

    Silv3S committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    9a84366 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'matmul_activation' of https://github.com/Silv3S/Paddle

    …into matmul_activation
    Silv3S committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    06d0f9d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Revert changes with op_act

    Silv3S committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    e6ac214 View commit details
    Browse the repository at this point in the history
  2. remove softmax mkldnn attrs

    Silv3S committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    0b9a000 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb4bccf View commit details
    Browse the repository at this point in the history
  4. whitespace

    Silv3S committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    bab7fba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cfd74c View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

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

    Silv3S committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    e29898d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

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

Commits on Jul 4, 2022

  1. Reduce redundancy

    Silv3S committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    942ba41 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. reduce number of parameters

    Silv3S committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    725161e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1baa195 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    873cd94 View commit details
    Browse the repository at this point in the history
  4. trigger CI

    Silv3S committed Jul 5, 2022
    1 Configuration menu
    Copy the full SHA
    ba17cd4 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. validate attribute

    Silv3S committed Jul 6, 2022
    1 Configuration menu
    Copy the full SHA
    991431d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    a8368b9 View commit details
    Browse the repository at this point in the history
  2. trim unit test

    Silv3S committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    7e176a1 View commit details
    Browse the repository at this point in the history