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

Receive from closed channel #8175

Merged
merged 10 commits into from
Feb 6, 2018

Commits on Feb 5, 2018

  1. Add test case to return zero on a closed channel

    Kavya Srinet committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    10d0306 View commit details
    Browse the repository at this point in the history
  2. Rename method

    Kavya Srinet committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    1891245 View commit details
    Browse the repository at this point in the history
  3. Fix test

    Kavya Srinet committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    e611309 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    ae4f789 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … receive_from_closed_channel
    Kavya Srinet committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    6ff4bca View commit details
    Browse the repository at this point in the history
  3. Adding the variable and case for unbuffered channel

    Kavya Srinet committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    c67c424 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … receive_from_closed_channel
    Kavya Srinet committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    3fcee12 View commit details
    Browse the repository at this point in the history
  5. Fix review comments

    Kavya Srinet committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    5c6a4d9 View commit details
    Browse the repository at this point in the history
  6. Fix format

    Kavya Srinet committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    e07a70b View commit details
    Browse the repository at this point in the history
  7. Remove a zero-value comparison

    Yi Wang committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    0697578 View commit details
    Browse the repository at this point in the history