areusch commented on a change in pull request #7653:
URL: https://github.com/apache/tvm/pull/7653#discussion_r597154342



##########
File path: docs/install/from_source.rst
##########
@@ -88,7 +88,7 @@ The configuration of TVM can be modified by `config.cmake`.
   - On macOS, for some versions of Xcode, you need to add ``-lc++abi`` in the 
LDFLAGS or you'll get link errors.
   - Change ``set(USE_CUDA OFF)`` to ``set(USE_CUDA ON)`` to enable CUDA 
backend. Do the same for other backends and libraries
     you want to build for (OpenCL, RCOM, METAL, VULKAN, ...).
-  - To help with debugging, ensure the embedded graph runtime and debugging 
functions are enabled with ``set(USE_GRAPH_RUNTIME ON)`` and 
``set(USE_GRAPH_RUNTIME_DEBUG ON)``
+  - To help with debugging, ensure the embedded graph executor and debugging 
functions are enabled with ``set(USE_GRAPH_EXECUTOR ON)`` and 
``set(USE_GRAPH_EXECUTOR_DEBUG ON)``

Review comment:
       done




-- 
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:
us...@infra.apache.org


Reply via email to