Skip to content

Commit

Permalink
Update TensorFlow repo URL to debug_options_flags.cc (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonatan Kłosko <[email protected]>
  • Loading branch information
shanesveller and jonatanklosko committed Nov 4, 2023
1 parent ae750a4 commit 9b22b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ You can use the following env vars to customize your build:
## Runtime flags

You can further configure XLA runtime options with `XLA_FLAGS`,
see: [tensorflow/compiler/xla/debug_options_flags.cc](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/compiler/xla/debug_options_flags.cc)
see: [xla/debug_options_flags.cc](https://github.com/openxla/xla/blob/main/xla/debug_options_flags.cc)
for the list of available flags.

## Release process
Expand Down

0 comments on commit 9b22b7d

Please sign in to comment.