- GitHub commits.
jax.jit(f).lower(...).compiler_ir()
now defaults to the MHLO dialect if no
dialect=
is passed.- The
jax.jit(f).lower(...).compiler_ir(dialect='mhlo')
now returns an MLIR
ir.Module
object instead of its string representation.
jax.jit(f).lower(...).compiler_ir()
now defaults to the MHLO dialect if nodialect=
is passed.
jax.jit(f).lower(...).compiler_ir(dialect='mhlo')
now returns an MLIRir.Module
object instead of its string representation.
Don't miss a new jax release
NewReleases is sending notifications on new releases.