You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of these links are only broken when rendered out of tree, e.g. on
the OpenXLA website: https://openxla.org/stablehlo. For example, the
"More Examples" links lead to e.g.
https://openxla.org/stablehlo/tests/interpret/add.mlir, which is 404.
For links under `docs/` it is possible to use relative paths.
Also, add labels to images used in spec. This will materialize as the
"alt" text, which is used by screen readers.
@@ -126,8 +126,8 @@ for roundtrip examples of using the Python Serialization APIs.
126
126
127
127
## Tests
128
128
129
-
We have a compatibility suite in [stablehlo/tests/vhlo](../stablehlo/tests/vhlo)
130
-
that involves [a comprehensive compendium of StableHLO ops](../stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.mlir)
129
+
We have a compatibility suite in [stablehlo/tests/vhlo](https://github.com/openxla/stablehlo/tree/main/stablehlo/tests/vhlo)
130
+
that involves [a comprehensive compendium of StableHLO ops](https://github.com/openxla/stablehlo/tree/main/stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.mlir)
131
131
serialized for all supported StableHLO versions. For every pull request, we are
132
132
testing both backward and forward compatibility - i.e. that the suite can be
133
133
deserialized targeting HEAD (backward compatibility), that the compendium
0 commit comments