This is an automated email from the ASF dual-hosted git repository.
comaniac pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-site.git
The following commit(s) were added to refs/heads/main by this push:
new 201fbd1 Fix typo (#24)
201fbd1 is described below
commit 201fbd19b9182fa04b3d2df7efd7ff08c4d5ac41
Author: Chenfan <[email protected]>
AuthorDate: Thu Mar 4 10:10:59 2021 +0800
Fix typo (#24)
---
_posts/2021-03-01-intro-auto-scheduler.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_posts/2021-03-01-intro-auto-scheduler.md
b/_posts/2021-03-01-intro-auto-scheduler.md
index 54a4c37..7277be4 100644
--- a/_posts/2021-03-01-intro-auto-scheduler.md
+++ b/_posts/2021-03-01-intro-auto-scheduler.md
@@ -31,7 +31,7 @@ As a result, the auto-scheduler can achieve better
performance with less search
Ansor auto-scheduler is now integrated into Apache TVM as `tvm.auto_scheduler`
package.
This is a joint effort by collaborators from UC Berkeley, Alibaba, AWS and
OctoML.
-Detailed tutorials are available for Intel CPUs, ARM CPUs, NVIDIA CPUs, and
Mali GPUs on the TVM website [1].
+Detailed tutorials are available for Intel CPUs, ARM CPUs, NVIDIA GPUs, and
Mali GPUs on the TVM website [1].
In this blog post, we will give a high-level introduction and show some
benchmark results.
# System Overview