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

[Eager, Performance optimization] support divide( / operator) to sink to Cpp layer #46329

Merged
merged 42 commits into from
Sep 27, 2022

Commits on Sep 6, 2022

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

Commits on Sep 7, 2022

  1. fix ci errors

    veyron95 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    c81e2ca View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. draft version

    veyron95 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b71919c View commit details
    Browse the repository at this point in the history
  2. draft version

    veyron95 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    1fbd072 View commit details
    Browse the repository at this point in the history
  3. draft version

    veyron95 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    de98e32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22fd517 View commit details
    Browse the repository at this point in the history
  5. add static test

    veyron95 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    97204a2 View commit details
    Browse the repository at this point in the history
  6. polish code

    veyron95 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    318c260 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7110d1c View commit details
    Browse the repository at this point in the history
  8. recover static test case

    veyron95 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    72303fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6570443 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

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

Commits on Sep 16, 2022

  1. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … eager_math_op_path_under_cpp
    veyron95 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    97dbdc4 View commit details
    Browse the repository at this point in the history
  2. fix conflicts

    veyron95 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    b500cdc View commit details
    Browse the repository at this point in the history
  3. fix windows ci errors

    veyron95 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    ef7a395 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    aec4159 View commit details
    Browse the repository at this point in the history
  2. polish and fix tests

    veyron95 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    f07ab50 View commit details
    Browse the repository at this point in the history
  3. fix test case

    veyron95 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    f5f9f55 View commit details
    Browse the repository at this point in the history
  4. polish code

    veyron95 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    c0f2d2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4a184c View commit details
    Browse the repository at this point in the history
  6. rm useless glog

    veyron95 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    577cdf9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77889be View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. polish code

    veyron95 committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    0ba85bb View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    0e36b82 View commit details
    Browse the repository at this point in the history
  2. polish code

    veyron95 committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    2dec5a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    949c3ee View commit details
    Browse the repository at this point in the history
  4. polish code

    veyron95 committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    930dba4 View commit details
    Browse the repository at this point in the history
  5. polish code

    veyron95 committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    3984f2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9458cd7 View commit details
    Browse the repository at this point in the history
  7. polish code

    veyron95 committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    7f0c435 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. fix CI

    veyron95 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    341f880 View commit details
    Browse the repository at this point in the history
  2. polish code

    veyron95 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    90c64d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a8fd8b View commit details
    Browse the repository at this point in the history
  4. polish code

    veyron95 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    34ffdd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d03231 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    604c45a View commit details
    Browse the repository at this point in the history
  7. update test

    veyron95 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    6aadc3c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e55b82a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b5d326 View commit details
    Browse the repository at this point in the history
  10. fix scalar as input

    veyron95 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    e190777 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    f6da2b3 View commit details
    Browse the repository at this point in the history
  2. fix errors

    veyron95 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    b530ca2 View commit details
    Browse the repository at this point in the history