Skip to content

Conversation

@JiayiFeng
Copy link
Collaborator

@JiayiFeng JiayiFeng commented May 2, 2018

fixes #10335 and #10336

@JiayiFeng JiayiFeng requested review from reyoung and typhoonzero May 2, 2018 07:19
Copy link
Contributor

@typhoonzero typhoonzero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks, will merge this fix in #10292

attrs.insert({"sync_mode", true});
listen_and_serv_op =
f::OpRegistry::CreateOp("listen_and_serv", {{"X", {"x1"}}}, {}, attrs);
*initialized = true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, we should let the listen_and_serv op notify outside world that it's ready, I'm doing this in #10292

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@JiayiFeng JiayiFeng merged commit 0bc44c1 into PaddlePaddle:develop May 2, 2018
@JiayiFeng JiayiFeng deleted the fix_unittests branch May 2, 2018 07:23
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.

TensorCopy is misused in pybind/tensor_py.h

2 participants