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

Conversation

cs2be
Copy link
Contributor

@cs2be cs2be commented Feb 22, 2018

This is a work in progress:

  • Go Op currently will take in a sub_block and execute it.
  • Currently Go Op will enforce all variables used by operators are in global or current local scope. It will not allow variables defined in parent scope now, since fluid does not fully support closures. We will provide proposal for supporting closures in a future github issue.
  • Create unit test that will run a single sum operator in a seperate thread. Will expand tests in the final pull request.

Abhinav Arora and others added 28 commits February 12, 2018 17:32
…huan_varun

# Conflicts:
#	python/paddle/v2/fluid/__init__.py
#	python/paddle/v2/fluid/concurrency.py
@CLAassistant
Copy link

CLAassistant commented Feb 22, 2018

CLA assistant check
All committers have signed the CLA.

@cs2be cs2be closed this Feb 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants