Skip to content

Commit

Permalink
[Fix] Remove Duplicated Right Angle Bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
QuqqU committed Jan 16, 2023
1 parent 12539a8 commit e2cc330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/how_to/debugging_tvm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ optimization). To enable VLOGging, do the following:
level assignments of the form ``<file_name>=<level>``. Here are some specializations:

- The special filename ``DEFAULT`` sets the VLOG level setting for all files.
- ``<level>>`` can be set to ``-1`` to disable VLOG in that file.
- ``<level>`` can be set to ``-1`` to disable VLOG in that file.
- ``<file_name>`` is the name of the c++ source file (e.g. ``.cc``, not ``.h``) relative to the
``src/`` directory in the TVM repo. You do not need to supply ``src/`` when specifying the
file path, but if you do, VLOG will still interpret the path correctly.
Expand Down

0 comments on commit e2cc330

Please sign in to comment.