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 ad775b8 Fix typo in include/tvm/runtime/crt/crt.h and NEWS.md (#7770)
ad775b8 is described below
commit ad775b89780a1fc04969faf2f7eebfeca37a1aa0
Author: joejiong <[email protected]>
AuthorDate: Tue Mar 30 22:09:44 2021 +0800
Fix typo in include/tvm/runtime/crt/crt.h and NEWS.md (#7770)
* Fix typo in include/tvm/runtime/crt/crt.h and NEWS.md
---
NEWS.md | 2 +-
include/tvm/runtime/crt/crt.h | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/NEWS.md b/NEWS.md
old mode 100644
new mode 100755
index 4c9bde0..a5da068
--- a/NEWS.md
+++ b/NEWS.md
@@ -1635,7 +1635,7 @@ Rust language support in TVM includes two parts. 1. The
frontend wraps the curre
* [topi] enable fp16 sort for arm (#4084)
* Add OpenOCD Low-Level Device (RISC-V Support) (#3756)
* Add wave 32 bc for AMD ROCm backend (#3984)
-* [RUTNIME] Support C++ RPC (#4281)
+* [RUNTIME] Support C++ RPC (#4281)
* [TOPI][OP] Support Faster-RCNN Proposal OP on CPU (#4297)
* [TVM][RUNTIME] A minimum example to generate external library wrappers for
DSOModule (#4280)
diff --git a/include/tvm/runtime/crt/crt.h b/include/tvm/runtime/crt/crt.h
old mode 100644
new mode 100755
index 9a8d69d..8c9ef45
--- a/include/tvm/runtime/crt/crt.h
+++ b/include/tvm/runtime/crt/crt.h
@@ -33,10 +33,10 @@ extern "C" {
#endif
/*!
- * \brief Initialize various data structures used by the rutnime.
- * Prior to calling this, any initialization needed to support
TVMPlatformMemory* functions shoudl
+ * \brief Initialize various data structures used by the runtime.
+ * Prior to calling this, any initialization needed to support
TVMPlatformMemory* functions should
* be completed.
- * \return An error code describing the outcome of intialization. Generally,
initialization
+ * \return An error code describing the outcome of initialization. Generally,
initialization
* is only expected to fail due to a misconfiguration.
*/
tvm_crt_error_t TVMInitializeRuntime();