提交 49870f50 编写于 作者: Y Yancey1989

delete unused code test=develop

上级 a7d6b1f9
...@@ -51,6 +51,7 @@ void AllReduceOpHandle::RunImpl() { ...@@ -51,6 +51,7 @@ void AllReduceOpHandle::RunImpl() {
// FIXME(typhoonzero): If scope0(global scope) have NCCL_ID_VAR, // FIXME(typhoonzero): If scope0(global scope) have NCCL_ID_VAR,
// this is a distributed or inter-process call, find a better way. // this is a distributed or inter-process call, find a better way.
#ifdef PADDLE_WITH_CUDA #ifdef PADDLE_WITH_CUDA
// Find NCCL ID from the global scope.
if (NoDummyInputSize() == 1 && if (NoDummyInputSize() == 1 &&
local_scopes_[0]->FindVar(NCCL_ID_VARNAME) == nullptr) { local_scopes_[0]->FindVar(NCCL_ID_VARNAME) == nullptr) {
#else #else
......
...@@ -134,7 +134,6 @@ static const char kParams[] = "params"; ...@@ -134,7 +134,6 @@ static const char kParams[] = "params";
static const char kLocalScopes[] = "local_scopes"; static const char kLocalScopes[] = "local_scopes";
static const char kStrategy[] = "strategy"; static const char kStrategy[] = "strategy";
static const char kNumTrainers[] = "num_trainers"; static const char kNumTrainers[] = "num_trainers";
static const char kNumLossScaled[] = "num_loss_scaled";
void MultiDevSSAGraphBuilder::Init() const { void MultiDevSSAGraphBuilder::Init() const {
all_vars_.clear(); all_vars_.clear();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册