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

Add an elementwise + activation fusion pass. #36541

Merged
merged 94 commits into from Mar 14, 2022

Commits on Oct 19, 2021

  1. Copy the full SHA
    75ef32f View commit details
    Browse the repository at this point in the history
  2. Fix copy ellision

    tsocha committed Oct 19, 2021
    Copy the full SHA
    71c9502 View commit details
    Browse the repository at this point in the history
  3. More flexible pattern detector

    tsocha committed Oct 19, 2021
    Copy the full SHA
    035d8da View commit details
    Browse the repository at this point in the history
  4. More flexible fusion pass

    tsocha committed Oct 19, 2021
    Copy the full SHA
    007462d View commit details
    Browse the repository at this point in the history
  5. Update lists for pass

    tsocha committed Oct 19, 2021
    Copy the full SHA
    115dbc4 View commit details
    Browse the repository at this point in the history
  6. Add support for Pow operator

    tsocha committed Oct 19, 2021
    Copy the full SHA
    125afa0 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    18e91ed View commit details
    Browse the repository at this point in the history
  8. Style

    tsocha committed Oct 19, 2021
    Copy the full SHA
    ac327fe View commit details
    Browse the repository at this point in the history
  9. Rename fusion pass

    tsocha committed Oct 19, 2021
    Copy the full SHA
    c94037a View commit details
    Browse the repository at this point in the history
  10. First version of tests

    tsocha committed Oct 19, 2021
    Copy the full SHA
    301a583 View commit details
    Browse the repository at this point in the history
  11. Dirty version of pass

    tsocha committed Oct 19, 2021
    Copy the full SHA
    f6f3bdb View commit details
    Browse the repository at this point in the history
  12. Polished version

    tsocha committed Oct 19, 2021
    Copy the full SHA
    f44e8ff View commit details
    Browse the repository at this point in the history
  13. Update pbtxt

    tsocha committed Oct 19, 2021
    Copy the full SHA
    05ce32a View commit details
    Browse the repository at this point in the history
  14. Style

    tsocha committed Oct 19, 2021
    Copy the full SHA
    11bd667 View commit details
    Browse the repository at this point in the history
  15. Update names

    tsocha committed Oct 19, 2021
    Copy the full SHA
    f5ac4b4 View commit details
    Browse the repository at this point in the history
  16. Style

    tsocha committed Oct 19, 2021
    Copy the full SHA
    b555dc6 View commit details
    Browse the repository at this point in the history
  17. Use PADDLE_ENFORCE_EQ

    tsocha committed Oct 19, 2021
    Copy the full SHA
    4d64bc7 View commit details
    Browse the repository at this point in the history
  18. Save error message to variable

    tsocha committed Oct 19, 2021
    Copy the full SHA
    e80d874 View commit details
    Browse the repository at this point in the history
  19. WO for error checks

    tsocha committed Oct 19, 2021
    Copy the full SHA
    e8beef3 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. CR

    tsocha committed Oct 21, 2021
    Copy the full SHA
    42684ac View commit details
    Browse the repository at this point in the history
  2. Static style check

    tsocha committed Oct 21, 2021
    Copy the full SHA
    cfa9a5a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9fb6d03 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Copy the full SHA
    b691b7e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6bd1342 View commit details
    Browse the repository at this point in the history
  3. Style

    tsocha committed Oct 22, 2021
    Copy the full SHA
    13d5f97 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Copy the full SHA
    11471bd View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Copy the full SHA
    73828f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Fix fuse list formating

    tsocha committed Nov 2, 2021
    Copy the full SHA
    0c5ff36 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    83eab78 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b17a704 View commit details
    Browse the repository at this point in the history
  4. Fix cmake after move

    tsocha committed Nov 2, 2021
    Copy the full SHA
    8281179 View commit details
    Browse the repository at this point in the history
  5. Fix registration

    tsocha committed Nov 2, 2021
    Copy the full SHA
    899bcd6 View commit details
    Browse the repository at this point in the history
  6. Fix pass name in tests

    tsocha committed Nov 2, 2021
    Copy the full SHA
    6bc3b18 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Copy the full SHA
    ec52e50 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8c46991 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Copy the full SHA
    72c295f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Copy the full SHA
    006ceeb View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Copy the full SHA
    05f21ee View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Copy the full SHA
    05e1432 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Copy the full SHA
    9d97cf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

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

Commits on Dec 14, 2021

  1. Copy the full SHA
    5e4d1a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Copy the full SHA
    4ce460d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Copy the full SHA
    36d6d45 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. WIPS

    tsocha committed Jan 26, 2022
    Copy the full SHA
    86adeb5 View commit details
    Browse the repository at this point in the history
  2. Working mul op

    tsocha committed Jan 26, 2022
    Copy the full SHA
    a6f3917 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Working sub

    tsocha committed Jan 27, 2022
    Copy the full SHA
    bb4683e View commit details
    Browse the repository at this point in the history
  2. Working Add

    tsocha committed Jan 27, 2022
    Copy the full SHA
    57547bc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    11c2faf View commit details
    Browse the repository at this point in the history
  4. Remove pten includes

    tsocha committed Jan 27, 2022
    Copy the full SHA
    951425c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f7bcb93 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6f6f860 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Copy the full SHA
    47a602b View commit details
    Browse the repository at this point in the history
  2. Remove Includes

    tsocha committed Jan 28, 2022
    Copy the full SHA
    c943734 View commit details
    Browse the repository at this point in the history
  3. Fixes

    tsocha committed Jan 28, 2022
    Copy the full SHA
    4285933 View commit details
    Browse the repository at this point in the history
  4. Remove default kernels

    tsocha committed Jan 28, 2022
    Copy the full SHA
    eedad0d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0dca583 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Style

    tsocha committed Jan 31, 2022
    Copy the full SHA
    df214b1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f60566a View commit details
    Browse the repository at this point in the history
  3. Code adjustment

    tsocha committed Jan 31, 2022
    Copy the full SHA
    bb4eb4f View commit details
    Browse the repository at this point in the history
  4. Register default kernels

    tsocha committed Jan 31, 2022
    Copy the full SHA
    4e1ff4b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. We have year 2022 not 2021...

    Co-authored-by: jakpiase <jakpia21@gmail.com>
    Co-authored-by: Sylwester Fraczek <sylwester.fraczek@intel.com>
    3 people committed Feb 1, 2022
    Copy the full SHA
    1eb45cb View commit details
    Browse the repository at this point in the history
  2. Fast review fixes

    Co-authored-by: jakpiase <jakpia21@gmail.com>
    Co-authored-by: Sylwester Fraczek <sylwester.fraczek@intel.com>
    3 people committed Feb 1, 2022
    Copy the full SHA
    1d794f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Review Fix

    tsocha committed Feb 2, 2022
    Copy the full SHA
    9a3fa88 View commit details
    Browse the repository at this point in the history
  2. Rename one_dnn -> onednn

    tsocha committed Feb 2, 2022
    Copy the full SHA
    9bb5419 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    862a5dd View commit details
    Browse the repository at this point in the history
  4. Style after review

    tsocha committed Feb 2, 2022
    Copy the full SHA
    0bedc39 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    40be137 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1426eb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Update tests

    tsocha committed Feb 3, 2022
    Copy the full SHA
    7670b5c View commit details
    Browse the repository at this point in the history
  2. Style

    tsocha committed Feb 3, 2022
    Copy the full SHA
    29c2f66 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Copy the full SHA
    7dae446 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dd9ae1d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5a634f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

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

Commits on Feb 11, 2022

  1. Copy the full SHA
    8b98063 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Fix mkldnn_quantizer config

    tsocha committed Feb 14, 2022
    Copy the full SHA
    84e09f6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f188574 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Add Joanna's suggestion.

    tsocha committed Feb 15, 2022
    Copy the full SHA
    17f794c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ba3f3f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

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

Commits on Mar 1, 2022

  1. Copy the full SHA
    2c470f5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8a834af View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    49d9a62 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Style

    tsocha committed Mar 2, 2022
    Copy the full SHA
    5bc87e0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2ccab7a View commit details
    Browse the repository at this point in the history
  3. Test new framework

    tsocha committed Mar 2, 2022
    Copy the full SHA
    54e297d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. FXI

    tsocha committed Mar 3, 2022
    Copy the full SHA
    0ffa4d5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6f08f6c View commit details
    Browse the repository at this point in the history
  3. FXII

    tsocha committed Mar 3, 2022
    Copy the full SHA
    eab52ad View commit details
    Browse the repository at this point in the history
  4. Update test

    tsocha committed Mar 3, 2022
    Copy the full SHA
    64a8277 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Style

    tsocha committed Mar 4, 2022
    Copy the full SHA
    c2def84 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a813e62 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

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