jcf94 commented on a change in pull request #6073:
URL: https://github.com/apache/incubator-tvm/pull/6073#discussion_r456319743
##########
File path: src/auto_scheduler/loop_state.cc
##########
@@ -143,12 +265,67 @@ void State::DoReorderStep(const ReorderStep& step) {
Stage(stage->op, stage->op_type, iters,
stage->compute_at, stage->attrs));
}
+void State::DoComputeAtStep(const ComputeAtStep& step) {
+ const Stage& stage = operator->()->stages[step->stage_id];
+
+ // After compute_at, we don't know the accurate length information any more
+ // If we do want to know the accurate lengths, we can call
ComputeDAG::InferBound
Review comment:
Doc updated.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]