Skip to content

Remove references to mlir-hlo in docs #2144

@joeycarter

Description

@joeycarter

Catalyst no longer uses the mlir-hlo package, but we still reference it in a number of places in our docs, e.g.

`mlir-hlo <https://github.com/tensorflow/mlir-hlo>`_ project.

<https://mlir.llvm.org/>`_ and `MLIR-HLO

To make required tools in ``llvm-project/build``, ``mlir-hlo/mhlo-build``, and
``mlir/build`` discoverable to the compiler:

export PATH="$PWD/mlir/llvm-project/build/bin:$PWD/mlir/mlir-hlo/mhlo-build/bin:$PWD/mlir/build/bin:$PATH"

- **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

No one assigned

    Labels

    docsPull requests that update the docs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions