Skip to content

Commit

Permalink
Fix typo in TROUBLESHOTTING (#6468)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCaoG authored Feb 21, 2024
1 parent c08ae21 commit e77a629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,12 +368,12 @@ only be enabled for debugging.

* Record the graph execution in the HLO format
```
XLA_IR_DEBUG=1 XLA_HLO_DEBUG=1 XLA_SAVE_TENSORS_FMT="hlo" XLA_SAVE_TENSORS_FILE="/tmp/save1.hlo"
XLA_IR_DEBUG=1 XLA_HLO_DEBUG=1 XLA_SAVE_TENSORS_FMT="text" XLA_SAVE_TENSORS_FILE="/tmp/save1.ir"
```

* Record the graph execution in the IR format
```
XLA_IR_DEBUG=1 XLA_HLO_DEBUG=1 XLA_SAVE_TENSORS_FMT="text" XLA_SAVE_TENSORS_FILE="/tmp/save1.ir"
XLA_IR_DEBUG=1 XLA_HLO_DEBUG=1 XLA_SAVE_TENSORS_FMT="hlo" XLA_SAVE_TENSORS_FILE="/tmp/save1.hlo"
```

* Show debugging VLOG for runtime and graph compilation/execution
Expand Down

0 comments on commit e77a629

Please sign in to comment.