@ -14,6 +14,9 @@
#include "paddle/fluid/framework/details/async_ssa_graph_executor.h"
#include <memory>
#include <utility>
#include "paddle/fluid/framework/variable_helper.h"
namespace paddle {
@ -16,6 +16,7 @@ limitations under the License. */
#include <glog/logging.h>
#include "paddle/fluid/framework/details/memory_optimize_helper.h"
#include "paddle/fluid/framework/details/multi_devices_graph_pass.h"
@ -14,6 +14,7 @@
#pragma once
#include <string>
#include <vector>
#include "glog/logging.h"
@ -13,7 +13,10 @@
// limitations under the License.
#include <algorithm>
#include <fstream>
#include <unordered_map>
#include <unordered_set>
@ -14,7 +14,10 @@
@ -16,7 +16,9 @@
#include <deque>
#include <list>
@ -14,6 +14,7 @@ limitations under the License. */
@ -16,6 +16,7 @@
#include <condition_variable> // NOLINT
#include "paddle/fluid/platform/enforce.h"
@ -15,6 +15,7 @@
#include "paddle/fluid/framework/ddim.h"