You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/05/03 15:44:51 UTC

[GitHub] [tvm] hogepodge commented on a change in pull request #7917: allow libbacktrace to be used when cross compiling the runtime

hogepodge commented on a change in pull request #7917:
URL: https://github.com/apache/tvm/pull/7917#discussion_r625179150



##########
File path: docs/deploy/index.rst
##########
@@ -46,20 +54,118 @@ on a Linux based embedded system such as Raspberry Pi:
     cmake ..
     make runtime
 
-Note that we type `make runtime` to only build the runtime library.
+Note that we type ``make runtime`` to only build the runtime library.
+
+It is also possible to cross compile the runtime. Cross compiling
+the runtime library should not be confused with cross compiling models
+for embedded devices.
+
 If you want to include additional runtime such as OpenCL,
-you can modify `config.cmake` to enable these options.
+you can modify ``config.cmake`` to enable these options.
 After you get the TVM runtime library, you can link the compiled library
 
+Cross compiling a TVM model should not be confused with cross compiling the runtime
+shared library. 

Review comment:
       Duplicated wording




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org