aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-02-05 16:12:19 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-05 16:16:37 -0800
commitdcefe9bc65de55b6b3bc81c01adc3e41ec2d33aa (patch)
treea74fa032c81f69a7bfa60438c2de3d785ca4217e
parent0375ffcf83e16c3d6818fa67c9c13de810c1dacf (diff)
Shard linear operator tests.
PiperOrigin-RevId: 184602704
-rw-r--r--tensorflow/python/kernel_tests/linalg/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/tensorflow/python/kernel_tests/linalg/BUILD b/tensorflow/python/kernel_tests/linalg/BUILD
index 4e18eaa4e8..fd1b5bab6f 100644
--- a/tensorflow/python/kernel_tests/linalg/BUILD
+++ b/tensorflow/python/kernel_tests/linalg/BUILD
@@ -39,6 +39,7 @@ cuda_py_test(
"//tensorflow/python:math_ops",
"//tensorflow/python:platform_test",
],
+ shard_count = 5,
tags = ["noasan"], # times out b/63678675
)
@@ -57,6 +58,7 @@ cuda_py_test(
"//tensorflow/python:platform_test",
"//tensorflow/python:random_ops",
],
+ shard_count = 5,
)
cuda_py_test(
@@ -73,6 +75,7 @@ cuda_py_test(
"//tensorflow/python:platform_test",
"//tensorflow/python:random_ops",
],
+ shard_count = 5,
)
cuda_py_test(
@@ -88,6 +91,7 @@ cuda_py_test(
"//tensorflow/python:framework_test_lib",
"//tensorflow/python:platform_test",
],
+ shard_count = 5,
)
cuda_py_test(
@@ -134,6 +138,7 @@ cuda_py_test(
"//tensorflow/python:math_ops",
"//tensorflow/python:platform_test",
],
+ shard_count = 5,
)
filegroup(