Minor fixes for development.md

- Mention the rotation doc
- Fix minor typos / broken link
pull/1718/head snapshot-20221214.687
Sean Silva 2022-12-14 02:55:51 -08:00 committed by GitHub
parent f63bb9f86c
commit 8c3774bb2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -425,7 +425,8 @@ works with all of the above configurations) in Issue
https://github.com/llvm/torch-mlir/issues/1178. In addition to increasing our
confidence that the resulting update will not break downstream projects, basing
our submodule updates on these green commits also helps us stay in sync with
LLVM updates in other projects like ONNX-MLIR and MLIR-HLO.
LLVM updates in other projects like ONNX-MLIR and MLIR-HLO. The person
responsible for the update each week is listed [here](https://github.com/llvm/torch-mlir/wiki/Weekly-LLVM-Update).
## What is the update process?
@ -449,8 +450,8 @@ LLVM updates in other projects like ONNX-MLIR and MLIR-HLO.
5. **Update Abstract Interpretation Library**: Run
`build_tools/update_abstract_interp_lib.sh`. This is sometimes needed
because upstream changes can affect canonicalization and other minor details
of the IR in the shape library. See
[docs/abstract_interp_lib.md](docs/abstract_interp_lib.md) for more details
of the IR in the abstract interpretation library. See
[docs/abstract_interp_lib.md](abstract_interp_lib.md) for more details
on the abstract interpretation library.