Skip to content

Commit

Permalink
Disable svd tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmakevic-amd committed Nov 7, 2024
1 parent 2baacd6 commit 1c5d7d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tensorflow/compiler/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,8 @@ tf_xla_py_strict_test(
python_version = "PY3",
tags = [
"no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
"optonly"
"optonly",
"cuda-only" #TODO(rocm): weekly sync 24-11-05
],
deps = [
":xla_test",
Expand Down
5 changes: 4 additions & 1 deletion third_party/xla/xla/hlo/builder/lib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,10 @@ xla_test(
srcs = ["svd_test.cc"],
real_hardware_only = True,
shard_count = 10,
tags = ["optonly"],
tags = [
"optonly",
"cuda-only" #TODO(rocm): weekly sync 24-11-05
],
deps = [
":arithmetic",
":constants",
Expand Down

0 comments on commit 1c5d7d4

Please sign in to comment.