Skip to content

Commit

Permalink
Fix docs referring to --print-ir-before/after-all, which has change…
Browse files Browse the repository at this point in the history
…d to `--mlir-print...`.

PiperOrigin-RevId: 448890307
  • Loading branch information
chsigg authored and jax authors committed May 16, 2022
1 parent 6a66052 commit f73f03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/_src/iree.py
Expand Up @@ -145,7 +145,7 @@ def compile(self, computation: str,
del compile_options # Ignored.
iree_binary = iree.compiler.compile_str(
computation, target_backends=["dylib"], input_type="mhlo",
# extra_args=["--print-ir-after-all"],
# extra_args=["--mlir-print-ir-after-all"],
# extended_diagnostics=True,
)
# Load it into the runtime.
Expand Down

0 comments on commit f73f03e

Please sign in to comment.