Skip to content

Commit

Permalink
Update TVM_LOG_DEBUG for IR tracing. (apache#9278)
Browse files Browse the repository at this point in the history
* Update TVM_LOG_DEBUG for IR tracing.

Forgot to do this when I switched to VLOG, sorry.

* Woops, remove src/ prefix.
  • Loading branch information
mbs-octoml authored and masahi committed Oct 14, 2021
1 parent 5e05f14 commit 1ae9086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/from_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1ae9086

Please sign in to comment.