Skip to content

Commit 55e869b

Browse files
committed
fix compiler bug
1 parent e9fd7ef commit 55e869b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

paddle/cinn/hlir/framework/op_lowering_impl.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ using cinn::common::Type;
4545
using cinn::hlir::op::ExternalApiRegistry;
4646

4747
// Collect the temporary tensors from a computational graph.
48-
std::vector<ir::Buffer> GetTempBuffers(const std::vector<Tensor>& tensor_args,
49-
Expr body) {
48+
std::vector<ir::Buffer> GetTempBuffers(
49+
const std::vector<cin::ir::Tensor>& tensor_args, Expr body) {
5050
std::unordered_set<std::string> tensor_arg_names;
5151
std::unordered_set<std::string> buffer_arg_names;
5252
for (auto& tensor : tensor_args) {

0 commit comments

Comments
 (0)