diff --git a/paddle/framework/init.cc b/paddle/framework/init.cc index 7ec8d18b0e886948f4fb951e17875584413771db..e7087e063cbe8839716e3648d55cd25cc778f06f 100644 --- a/paddle/framework/init.cc +++ b/paddle/framework/init.cc @@ -72,7 +72,7 @@ bool InitDevices(const std::vector &devices) { LOG(WARNING) << "Not specified CPU device, create CPU by Default."; } platform::DeviceContextPool::Init(places); - framework::UseALL(); + // framework::UseALL(); return true; }