llvm-project/mlir/utils/jupyter
rdzhabarov f59c279b72 [mlir] Fix usages of `run-reproducer`.
There is no need to specify `run-reproducer` explicitly anymore.

Differential Revision: https://reviews.llvm.org/D129010
2022-07-01 18:36:07 +00:00
..
mlir_opt_kernel [mlir] Fix usages of `run-reproducer`. 2022-07-01 18:36:07 +00:00
.gitignore
README.md

README.md

A Jupyter kernel for mlir (mlir-opt)

This is purely for experimentation. This kernel uses the reproducer runner conventions to run passes.

To install:

python3 -m mlir_opt_kernel.install

To use it, run one of:

    jupyter notebook
    # In the notebook interface, select MlirOpt from the 'New' menu
    jupyter console --kernel mlir

mlir-opt is expected to be either in the PATH or MLIR_OPT_EXECUTABLE is used to point to the executable directly.