Skip to content

Commit 8a040bd

Browse files
committed
fix
1 parent e6d086b commit 8a040bd

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

paddle/fluid/framework/new_executor/instruction/instruction_base.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
#include "paddle/fluid/framework/new_executor/instruction/instruction_defs.h"
2323
#include "paddle/phi/api/profiler/event.h"
24+
#include "paddle/phi/core/dense_tensor.h"
2425

2526
namespace pir {
2627
class Value;

paddle/fluid/framework/new_executor/instruction/python_function_instruction.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include "paddle/fluid/framework/new_executor/instruction/instruction_base.h"
1818
#include "paddle/fluid/pir/dialect/operator/utils/op_yaml_info_parser.h"
1919
#include "paddle/phi/api/ext/op_meta_info.h"
20-
#include "paddle/phi/core/dense_tensor.h"
2120

2221
namespace pir {
2322
class Operation;

0 commit comments

Comments
 (0)