You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2021/12/23 09:50:05 UTC

[tvm] branch main updated: Update README.md (#9798)

This is an automated email from the ASF dual-hosted git repository.

junrushao 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 0b8bb96  Update README.md (#9798)
0b8bb96 is described below

commit 0b8bb96058871e4abb51e0579a55113faa57f2b7
Author: Guo <gs...@foxmail.com>
AuthorDate: Thu Dec 23 17:49:25 2021 +0800

    Update README.md (#9798)
---
 src/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/README.md b/src/README.md
index bb9aeb2..8a5368f 100644
--- a/src/README.md
+++ b/src/README.md
@@ -31,7 +31,7 @@ There can be internal header files within each module that sit in src.
 - relay: Relay IR, high-level optimizations.
 - runtime: Minimum runtime related codes.
 - support: Internal support utilities.
-- target: Hardwaer target.
+- target: Hardware targets.
 - tir: Tensor IR, low-level optimizations.
 - te: Tensor expression DSL.
 - topi: Tensor Operator Inventory.