You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2021/09/02 09:15:48 UTC

[tvm] branch main updated: Trivial uTVM -> microTVM "spelling" fix to align with branding. (#8905)

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

manupa 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 b6f985d  Trivial uTVM -> microTVM "spelling" fix to align with branding. (#8905)
b6f985d is described below

commit b6f985d5ebb35813c7583013966913cf265c206d
Author: Tom Gall <to...@linaro.org>
AuthorDate: Thu Sep 2 04:15:33 2021 -0500

    Trivial uTVM -> microTVM "spelling" fix to align with branding. (#8905)
    
    * Embarrassingly trivial fix remove use of uTVM and replace with the proper microTVM naming convention.
---
 cmake/config.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/config.cmake b/cmake/config.cmake
index e55f119..8d8186c 100644
--- a/cmake/config.cmake
+++ b/cmake/config.cmake
@@ -108,7 +108,7 @@ set(USE_GRAPH_EXECUTOR_CUDA_GRAPH OFF)
 # Whether to enable the profiler for the graph executor and vm
 set(USE_PROFILER ON)
 
-# Whether enable uTVM standalone runtime
+# Whether enable microTVM standalone runtime
 set(USE_MICRO_STANDALONE_RUNTIME OFF)
 
 # Whether build with LLVM support