Skip to content

Commit b5baca1

Browse files
committed
Polish code
test=develop
1 parent 71f9b9a commit b5baca1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

paddle/fluid/framework/details/scope_buffered_ssa_graph_executor.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
#include <vector>
1919
#include "paddle/fluid/framework/variable_helper.h"
2020
#include "paddle/fluid/platform/profiler.h"
21-
#ifdef PADDLE_WITH_CUDA
22-
#include "paddle/fluid/framework/details/reference_count_op_handle.h"
23-
#endif
2421

2522
namespace paddle {
2623
namespace framework {

paddle/fluid/framework/details/scope_buffered_ssa_graph_executor.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
#include "paddle/fluid/framework/details/ssa_graph_executor.h"
2525
#include "paddle/fluid/framework/scope.h"
2626
#include "paddle/fluid/platform/place.h"
27+
#ifdef PADDLE_WITH_CUDA
28+
#include "paddle/fluid/framework/details/reference_count_op_handle.h"
29+
#endif
30+
2731
namespace paddle {
2832
namespace framework {
2933
namespace details {

0 commit comments

Comments
 (0)