Skip to content

Commit

Permalink
Update recommended path for examples (openxla#2021)
Browse files Browse the repository at this point in the history
This was missed in openxla#1913.
  • Loading branch information
mlevesquedion authored Feb 21, 2024
1 parent 44840aa commit 422a015
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reference_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ on those fronts alongside the interpreter implementation.
1. Move any shape inference tests from the [ops_stablehlo.mlir](https://github.com/openxla/stablehlo/blob/main/stablehlo/tests/ops_stablehlo.mlir)
file into this file.
1. In [spec.md](link):
1. Add a link to `interpret_<op_mnemonic>.mlir` to the "Examples" section
1. Add a link to `stablehlo/tests/interpret/<op_mnemonic>.mlir`
to the "Examples" section
(e.g. [More Examples](https://github.com/openxla/stablehlo/blob/main/docs/spec.md#add)).
1. Make sure the spec only has 1 example.
1. Make sure the spec example follows the [testing guidelines](https://github.com/openxla/stablehlo/blob/main/docs/reference.md#testing-guidelines).
Expand Down

0 comments on commit 422a015

Please sign in to comment.