tensorflow/mlir-hlo

`erfinv(1.)` should be `inf`

emilyfertig opened this issue · 1 comments

erfinv was added in 221ac0e, and erfinv(1.) evaluates to a large positive float instead of inf (this surfaced in JAX when JAX 0.4.6 was released, and broke a test in TensorFlow Probability, comparing TF and JAX erfinv).

Fixed by fc1d327