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

Dist transpiler support prefetch #9714

Merged

Commits on Apr 5, 2018

  1. init

    jacquesqiao committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    edcfcad View commit details
    Browse the repository at this point in the history
  2. add some check

    jacquesqiao committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    66ab88a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. add dist transpile logic

    jacquesqiao committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    29174df View commit details
    Browse the repository at this point in the history
  2. add insert op for block

    jacquesqiao committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    54656a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    171560b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3605922 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2018

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

    … dist-transpiler-support-prefetch
    jacquesqiao committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    d3f2d4c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … dist-transpiler-support-prefetch
    jacquesqiao committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    6973bcb View commit details
    Browse the repository at this point in the history
  3. optimize code

    jacquesqiao committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    38ed3e8 View commit details
    Browse the repository at this point in the history
  4. fix a bug

    jacquesqiao committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    eb31b66 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … dist-transpiler-support-prefetch
    jacquesqiao committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    b4e974a View commit details
    Browse the repository at this point in the history
  6. can run now

    jacquesqiao committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    d672592 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. start to do table split

    jacquesqiao committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    2e69b77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ad3eea View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. complete pserver part

    jacquesqiao committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    a07a063 View commit details
    Browse the repository at this point in the history
  2. can send_vars now

    jacquesqiao committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    53d6459 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … dist-transpiler-support-prefetch
    jacquesqiao committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    e0fca82 View commit details
    Browse the repository at this point in the history
  4. revert cpplint

    jacquesqiao committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    b1e398d View commit details
    Browse the repository at this point in the history
  5. fix a bug

    jacquesqiao committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    cf9d25f View commit details
    Browse the repository at this point in the history
  6. optimize code

    jacquesqiao committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    064a913 View commit details
    Browse the repository at this point in the history
  7. move dist test to models

    jacquesqiao committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    f81d6b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

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

    jacquesqiao committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    4b8189f View commit details
    Browse the repository at this point in the history
  3. optimize trainspiler code

    jacquesqiao committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    d1c8f4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d3ecca View commit details
    Browse the repository at this point in the history
  5. add comment to sum_op

    jacquesqiao committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    dff691c View commit details
    Browse the repository at this point in the history
  6. add warning log

    jacquesqiao committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    bb27df1 View commit details
    Browse the repository at this point in the history
  7. fix comment

    jacquesqiao committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    356b9e6 View commit details
    Browse the repository at this point in the history
  8. fix test_send_recv

    jacquesqiao committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    2f4962d View commit details
    Browse the repository at this point in the history
  9. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … dist-transpiler-support-prefetch
    jacquesqiao committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    e2674e8 View commit details
    Browse the repository at this point in the history
  10. fix test_send_recv

    jacquesqiao committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    063a956 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fde5445 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8eea574 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

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

    … dist-transpiler-support-prefetch
    jacquesqiao committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    193be56 View commit details
    Browse the repository at this point in the history
  2. optimize GetDims

    jacquesqiao committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    4554e7b View commit details
    Browse the repository at this point in the history