- 
                Notifications
    You must be signed in to change notification settings 
- Fork 57
Open
Labels
docsPull requests that update the docsPull requests that update the docs
Description
Catalyst no longer uses the mlir-hlo package, but we still reference it in a number of places in our docs, e.g.
catalyst/doc/dev/architecture.rst
Line 154 in 9376631
| `mlir-hlo <https://github.com/tensorflow/mlir-hlo>`_ project. | 
catalyst/doc/dev/installation.rst
Line 242 in 9376631
| <https://mlir.llvm.org/>`_ and `MLIR-HLO | 
catalyst/doc/dev/installation.rst
Lines 295 to 296 in 9376631
| To make required tools in ``llvm-project/build``, ``mlir-hlo/mhlo-build``, and | |
| ``mlir/build`` discoverable to the compiler: | 
catalyst/doc/dev/installation.rst
Lines 300 to 301 in 9376631
| export PATH="$PWD/mlir/llvm-project/build/bin:$PWD/mlir/mlir-hlo/mhlo-build/bin:$PWD/mlir/build/bin:$PATH" | |
catalyst/doc/dev/debugging.rst
Lines 209 to 210 in 9376631
| - **HLO (XLA) + Quantum Dialect**: Lowering to `HLO <https://github.com/tensorflow/mlir-hlo>`_ is the first stage inside MLIR after leaving JAXPR. | |
| - **Builtin + Quantum Dialects**: HLO is then converted to a variety of classical dialects in MLIR. | 
The docs should be updated to reflect the recent migration from mlir-hlo to stablehlo (see #1921 for details).
Metadata
Metadata
Assignees
Labels
docsPull requests that update the docsPull requests that update the docs