Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewZhaoLuo committed Mar 8, 2023
1 parent 112034b commit 30eff4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta_schedule/postproc/rewrite_cooperative_fetch.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Optional<Integer> ParseThreadBinding(const Schedule& sch, const Instruction& ins
// This can occur if in a schedule we manually bind threads in the middle of a schedule
// and then later modify the schedule. As the passed in schedule is after running the entire trace
// the bound loop may be moved around in the IRModule.
// TODO: apply trace one inst at a time in the schedule so schedule state is always accurate to instruction
// TODO: apply trace one inst at a time so schedule state is always accurate to instruction
LOG(WARNING) << "Failed to calculate extent so skipping RewriteCooperativeFetching. Error " << e.what();
return NullOpt;
}
Expand Down

0 comments on commit 30eff4a

Please sign in to comment.