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 ylc committed Jan 7, 2022
1 parent 0c4d5f2 commit 9ad6004
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 9ad6004

Please sign in to comment.