Skip to content

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

Closed
cs2be wants to merge 28 commits intoPaddlePaddle:developfrom
abhinavarora:go_op_thuan_varun
Closed

[WIP] Initial GO_OP implementation and Unit tests (DO NOT MERGE)#8496
cs2be wants to merge 28 commits intoPaddlePaddle:developfrom
abhinavarora:go_op_thuan_varun

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

2 participants