We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c24100 commit f8fea37Copy full SHA for f8fea37
src/meta_schedule/space_generator/post_order_apply.cc
@@ -40,8 +40,7 @@ class BlockCollector : public tir::StmtVisitor {
40
blocks_to_collect_.clear();
41
VisitStmt(func->body);
42
for (const String& block_name : blocks_to_collect_) {
43
- tir::BlockRV block_rv = sch_->GetBlock(block_name, func_name_);
44
- results_.push_back(block_rv);
+ results_.push_back(sch_->GetBlock(block_name, func_name_));
45
}
46
47
0 commit comments