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: 679257946
  • Loading branch information
tensorflower-gardener committed Sep 26, 2024
1 parent ab9494c commit 2aa84ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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,8 @@ 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 2aa84ae

Please sign in to comment.