Skip to content

Commit

Permalink
disable UseAll when init
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesqiao committed Jan 8, 2018
1 parent 0b52cc8 commit 5b94948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/framework/init.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ bool InitDevices(const std::vector<std::string> &devices) {
LOG(WARNING) << "Not specified CPU device, create CPU by Default.";
}
platform::DeviceContextPool::Init(places);
framework::UseALL();
// framework::UseALL();
return true;
}

Expand Down

0 comments on commit 5b94948

Please sign in to comment.