Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
zrr1999 committed Sep 18, 2022
1 parent 0cccaf5 commit 23138a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cinn/hlir/op/contrib/sort_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ TEST(GenerateCode_Cpu, Sort) {
ir::Expr h(28);

lang::Placeholder<int32_t> in("in", {n, h});
auto stages = CreateStages({in});
auto stages = poly::CreateStages({in});
ir::Tensor out = Sort(in, target, stages, 1, true, stages, "test_sort_out");
stages->InsertLazily(out);
std::vector<ir::LoweredFunc> funcs =
Expand Down

0 comments on commit 23138a1

Please sign in to comment.