Skip to content

Commit

Permalink
Add XLA_SAVE_HLO_FILE documentation in troubleshooting guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlibenzi committed Jun 12, 2020
1 parent 92d1f68 commit 324f691
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ only be enabled for debugging.
* ```XLA_METRICS_FILE```: If set, the path to a local file where the internal metrics will be
saved at every step. Metrics will be appended to the file, if already existing.

* ```XLA_SAVE_HLO_FILE```: If set, the path to a local file where, in case of compilation/execution
error, the offending HLO graph will be saved.

* ```XLA_GET_TENSORS_OPBYOP```: Enables pure _OpByOp_ dispatch. The _PyTorch/XLA_ software tries to
fuse together many _PyTorch_ operations into a single computation graph, but sometimes, either
for debugging, or in case the _PyTorch_ code have a very dynamic nature (in shapes or graph
Expand Down

0 comments on commit 324f691

Please sign in to comment.