rocm_jax/jax/experimental
Marc van Zee 856d91d251 [jax2tf] Fixes a bug in testing.
https://github.com/google/jax/pull/11575 introduced a bug: it catches any exception raised by self.ConvertAndCompare in primitives_test.py here, but does not reraise it if the if-clause is false. This is very dangerous, since any conversion that results in an error (for instance: if an op is missing for enable_xla=False) will now pass.

I had to disable some tests that were introduced somewhere else, most likely in XLA (X64 enabled). I have filed a separate bug for this (internally).

PiperOrigin-RevId: 466269561
2022-08-09 00:34:13 -07:00
..
2022-08-09 00:34:13 -07:00
2022-07-29 08:19:52 -07:00
2022-04-21 13:44:12 -07:00