This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 5b37b4a Fix typo (#8197)
5b37b4a is described below
commit 5b37b4a4fc60205e403d63e614d3cb4a2ce78fac
Author: Xiyou Zhou <[email protected]>
AuthorDate: Sat Jun 5 07:11:21 2021 -0700
Fix typo (#8197)
---
src/relay/backend/compile_engine.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/relay/backend/compile_engine.cc
b/src/relay/backend/compile_engine.cc
index 5e3b66b..117a478 100644
--- a/src/relay/backend/compile_engine.cc
+++ b/src/relay/backend/compile_engine.cc
@@ -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_);