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

[WIP] Initial GO_OP implementation and Unit tests (DO NOT MERGE) #8496

Closed
wants to merge 28 commits into from

Commits on Feb 13, 2018

  1. Adding Python boilerplate code for Go op

    Abhinav Arora committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    497321a View commit details
    Browse the repository at this point in the history
  2. Add very basic test case

    Abhinav Arora committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    f2a95fa View commit details
    Browse the repository at this point in the history
  3. Adding the python logic for go routine

    Kavya Srinet committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    d785ca9 View commit details
    Browse the repository at this point in the history
  4. Fix syntax

    Kavya Srinet committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    313ffb0 View commit details
    Browse the repository at this point in the history
  5. Changing test to notest

    Abhinav Arora committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    a43924e View commit details
    Browse the repository at this point in the history
  6. Rename Routine to Go

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

    … go_op
    Kavya Srinet committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    39f22cf View commit details
    Browse the repository at this point in the history
  8. Combining GoGuard and Go in one class

    Abhinav Arora committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    fc2593c View commit details
    Browse the repository at this point in the history
  9. Merge branch 'go_op' of https://github.com/abhinavarora/Paddle into g…

    …o_op
    Kavya Srinet committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    24737a6 View commit details
    Browse the repository at this point in the history
  10. Modify test

    Abhinav Arora committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    8343a35 View commit details
    Browse the repository at this point in the history
  11. Adding fluid close channel

    Abhinav Arora committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    d0e26f7 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'go_op' of https://github.com/abhinavarora/Paddle into g…

    …o_op
    Kavya Srinet committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    ccb37b9 View commit details
    Browse the repository at this point in the history
  13. Fixing __init__.py for calling fluid.go()

    Abhinav Arora committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    a37a1e1 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'go_op' of https://github.com/abhinavarora/Paddle into g…

    …o_op
    Kavya Srinet committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    2fb93ca View commit details
    Browse the repository at this point in the history
  15. Adding stubs for channel methods and updating test case

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

Commits on Feb 15, 2018

  1. Removing import *

    Abhinav Arora committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    323a2e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d02873b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/develop' into go_op

    Abhinav Arora committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    04cb0f3 View commit details
    Browse the repository at this point in the history
  4. Adding imports from concurrency

    Kavya Srinet committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    47f9680 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    802eb42 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

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

    …huan_varun
    
    # Conflicts:
    #	python/paddle/v2/fluid/__init__.py
    #	python/paddle/v2/fluid/concurrency.py
    cs2be committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    934352a View commit details
    Browse the repository at this point in the history
  2. Creating local scopes and go through them

    Varun Arora committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    3697796 View commit details
    Browse the repository at this point in the history
  3. Updated go op inputs persistability enforcement

    Varun Arora committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    d690a83 View commit details
    Browse the repository at this point in the history
  4. Add thread execution; compile failing though

    Varun Arora committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    e87aabb View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Fix go op

    cs2be committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    60dd07b View commit details
    Browse the repository at this point in the history
  2. Cleaned up Go op

    cs2be committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    9abc486 View commit details
    Browse the repository at this point in the history
  3. Fix yapf format issue

    cs2be committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    8b8d208 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    756af7b View commit details
    Browse the repository at this point in the history