forked from openxla/stablehlo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_toc.yaml
67 lines (66 loc) · 2.2 KB
/
_toc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Copyright 2024 The StableHLO Authors.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
toc:
- heading: StableHLO developer guide
- title: Getting started
section:
- title: Overview and build instructions
path: /stablehlo
- title: Specification
path: /stablehlo/spec
- title: Compatibility guarantees
path: /stablehlo/compatibility
- title: Dynamism support
path: /stablehlo/dynamism
- title: Reference interpreter
path: /stablehlo/reference
- title: Roadmap
path: /stablehlo/roadmap
- title: Awesome OpenXLA
path: /stablehlo/awesome
- title: Tutorials
section:
- title: JAX Export to StableHLO
path: /stablehlo/tutorials/jax-export
- title: PyTorch Export to StableHLO
path: /stablehlo/tutorials/pytorch-export
- title: StableHLO Embed in SavedModel
path: /stablehlo/tutorials/savedmodel-embed
- title: Contributing
section:
- title: Governance
path: /stablehlo/governance
- title: Specification checklist
path: /stablehlo/spec_checklist
- title: Interpreter checklist
path: /stablehlo/reference_checklist
- title: Implementation status
path: /stablehlo/status
- title: Developer details
section:
- title: Bytecode format
path: /stablehlo/bytecode
- title: Type inference
path: /stablehlo/type_inference
- title: The VHLO dialect
path: /stablehlo/vhlo
- title: IDE setup tips
path: /stablehlo/ide
- title: StableHLO Passes
path: /stablehlo/generated/stablehlo_passes
- title: StableHLO Interpreter Passes
path: /stablehlo/generated/interpreter_passes
- title: StableHLO Linalg Passes
path: /stablehlo/generated/stablehlo_linalg_passes
- title: StableHLO TOSA Passes
path: /stablehlo/generated/stablehlo_tosa_passes