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

[Do Not Merge] test remove hand_write #1539

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cinn/hlir/pe/ir_schedule_pe.cc
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ void IRCudaScheduleBlockShuffleReduce(ir::IRSchedule &ir_sch,
auto load = exprs.front().As<ir::Load>();
load->indices = {index};
};
hand_write_simplify(ir_sch.GetLoops(reshape->name), ir_sch.GetBlock(reshape->name));
// hand_write_simplify(ir_sch.GetLoops(reshape->name), ir_sch.GetBlock(reshape->name));
auto block = ir_sch.GetBlock(reshape->name);
ir_sch.ComputeInline(block);
VLOG(4) << "After simplify reshape index : " << ir_sch.GetModule().GetExprs().at(0);
Expand Down