mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Fix docs referring to --print-ir-before/after-all
, which has changed to --mlir-print...
.
PiperOrigin-RevId: 448890307
This commit is contained in:
parent
6a6605263d
commit
f73f03e039
@ -145,7 +145,7 @@ class IreeClient:
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user