Skip to content

Commit

Permalink
Fix typo (#8197)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxybazh authored Jun 5, 2021
1 parent 010d11b commit 5b37b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relay/backend/compile_engine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class ScheduleGetter : public backend::MemoizedExprTranslator<Array<te::Tensor>>
}
}

// Use TOPI schdule if user specificed, or the function has no auto_scheduler schedule.
// Use TOPI schedule if user specificed, or the function has no auto_scheduler schedule.
if (!schedule.defined()) {
ICHECK(anchor_implementation_.defined());
schedule = anchor_implementation_.Schedule(anchor_attrs_, tensor_outs, target_);
Expand Down

0 comments on commit 5b37b4a

Please sign in to comment.