Skip to content

Commit

Permalink
Temporarily disable the XLA sub-target for linear_operator_tridiag_test.
Browse files Browse the repository at this point in the history
Due to the shard count increase, there are now some empty shards in the target,
since with XLA, some tests aren't dynamically added to the test classes,
which causes NO TESTS RAN failures on 3.12.

This only affects one test, as all others already require XLA to not be present.

PiperOrigin-RevId: 585715034
  • Loading branch information
tensorflower-gardener committed Nov 27, 2023
1 parent a068df0 commit 49fbda8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tensorflow/python/kernel_tests/linalg/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,9 @@ cuda_py_strict_test(
"no_windows_gpu",
"optonly",
],
xla_enable_strict_auto_jit = True,
# TODO(b/313470344): XLA temporarily disabled due to empty shards on 3.12.
xla_enable_strict_auto_jit = False,
xla_enabled = False,
deps = [
"//tensorflow/python/framework:config",
"//tensorflow/python/framework:test_lib",
Expand Down

0 comments on commit 49fbda8

Please sign in to comment.