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 <[email protected]>
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.