You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jr...@apache.org on 2021/10/14 08:02:54 UTC

[tvm] branch main updated: Update TVM_LOG_DEBUG for IR tracing. (#9278)

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

jroesch 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 d153676  Update TVM_LOG_DEBUG for IR tracing. (#9278)
d153676 is described below

commit d153676afdde2bf9a4fdf137d235e4f26d362bc6
Author: Mark Shields <87...@users.noreply.github.com>
AuthorDate: Thu Oct 14 01:02:19 2021 -0700

    Update TVM_LOG_DEBUG for IR tracing. (#9278)
    
    * Update TVM_LOG_DEBUG for IR tracing.
    
    Forgot to do this when I switched to VLOG, sorry.
    
    * Woops, remove src/ prefix.
---
 docs/install/from_source.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/install/from_source.rst b/docs/install/from_source.rst
index b28c181..23be319 100644
--- a/docs/install/from_source.rst
+++ b/docs/install/from_source.rst
@@ -107,7 +107,7 @@ The configuration of TVM can be modified by editing `config.cmake` and/or by pas
 
       .. code:: bash
 
-          export TVM_LOG_DEBUG=1
+          export TVM_LOG_DEBUG="ir/transform.cc=1;relay/ir/transform.cc=1"
 
 - TVM requires LLVM for for CPU codegen. We highly recommend you to build with the LLVM support on.