Skip to content

Commit

Permalink
Disable MLIR bridge for the tests that MLIR bridge silently fails
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 676560954
  • Loading branch information
tensorflower-gardener committed Sep 26, 2024
1 parent ab9494c commit 9afd6f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tf_keras/distribute/ctl_correctness_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ def test_dnn_correctness_minus_tpus(
sync_batchnorm,
jit_compile,
):
tf.config.experimental.disable_mlir_bridge()


# TODO(anjs): Identify why this particular V1 optimizer needs a higher
# tol.
if (
Expand Down

0 comments on commit 9afd6f2

Please sign in to comment.