Skip to content

Commit

Permalink
Alphabetically order link titles to make docs more discoverable.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 688207260
  • Loading branch information
ghpvnist authored and Google-ML-Automation committed Oct 21, 2024
1 parent 5831734 commit 76da730
Showing 1 changed file with 58 additions and 52 deletions.
110 changes: 58 additions & 52 deletions docs/_toc.yaml
Original file line number Diff line number Diff line change
@@ -1,62 +1,68 @@
toc:
- heading: XLA developer guide
- title: Getting started
# These should be in alphabetical order unless otherwise noted.
section:
- title: Overview
path: /xla
- title: XLA architecture
path: /xla/architecture
- title: Operation semantics
path: /xla/operation_semantics
# This is the default tab for the Getting started section.
- title: Overview
path: /xla
- title: Operation semantics
path: /xla/operation_semantics
- title: XLA architecture
path: /xla/architecture
- title: Developer details
# These should be in alphabetical order unless otherwise noted.
section:
- title: Async HLO instructions
path: /xla/async_ops
- title: Broadcasting
path: /xla/broadcasting
- title: Copybara quirks
path: /xla/copybara
- title: Hermetic CUDA overview
path: /xla/hermetic_cuda
- title: Multi-host HLO runner
path: /xla/tools_multi_host_hlo_runner
- title: Shapes and layout
path: /xla/shapes
- title: Aliasing
path: /xla/aliasing
- title: Indexing Analysis
path: /xla/indexing
- title: Tiled layout
path: /xla/tiled_layout
- title: Writing custom calls
path: /xla/custom_call
- title: Persisted autotuning
path: /xla/persisted_autotuning
- title: Determinism
path: /xla/determinism
- title: XLA Tooling
path: /xla/tools
- title: Using LSP autocompletion
path: /xla/lsp
- title: Aliasing
path: /xla/aliasing
- title: Async HLO instructions
path: /xla/async_ops
- title: Broadcasting
path: /xla/broadcasting
- title: Copybara quirks
path: /xla/copybara
- title: Determinism
path: /xla/determinism
- title: Hermetic CUDA overview
path: /xla/hermetic_cuda
- title: Indexing Analysis
path: /xla/indexing
- title: Multi-host HLO runner
path: /xla/tools_multi_host_hlo_runner
- title: Persisted autotuning
path: /xla/persisted_autotuning
- title: Shapes and layout
path: /xla/shapes
- title: Tiled layout
path: /xla/tiled_layout
- title: Using LSP autocompletion
path: /xla/lsp
- title: Writing custom calls
path: /xla/custom_call
- title: XLA Tooling
path: /xla/tools
- title: Contributing
# These should be in alphabetical order unless otherwise noted.
section:
- title: Contributing
path: /xla/contributing
- title: Developer guide
path: /xla/developer_guide
- title: Build from source
path: /xla/build_from_source
- title: Develop a new backend for XLA
path: /xla/developing_new_backend
- title: Develop a new PJRT plugin
path: /xla/pjrt_integration
# This is the default tab for the Contributing section.
- title: Contributing
path: /xla/contributing
- title: Build from source
path: /xla/build_from_source
- title: Develop a new backend for XLA
path: /xla/developing_new_backend
- title: Develop a new PJRT plugin
path: /xla/pjrt_integration
- title: Developer guide
path: /xla/developer_guide
- title: Using XLA in TensorFlow
# These should be in alphabetical order unless otherwise noted.
section:
- title: Using XLA in TensorFlow
path: /xla/tf2xla
- title: Use tfcompile
path: /xla/tf2xla/tfcompile
- title: Autoclustering tutorial
path: /xla/tf2xla/tutorials/autoclustering_xla
- title: Use XLA with tf.function
path: /xla/tf2xla/tutorials/jit_compile
- title: Using XLA in TensorFlow
path: /xla/tf2xla
- title: Use tfcompile
path: /xla/tf2xla/tfcompile
- title: Autoclustering tutorial
path: /xla/tf2xla/tutorials/autoclustering_xla
- title: Use XLA with tf.function
path: /xla/tf2xla/tutorials/jit_compile

0 comments on commit 76da730

Please sign in to comment.