aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/nccl
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2017-11-09 14:31:06 -0800
committerGravatar Andrew Selle <aselle@andyselle.com>2017-11-10 16:14:40 -0800
commit2bb46f6376c35ec86279e80a24dc06b068b41556 (patch)
tree53520e06387c8fe8560a8187a5147976f60a2109 /tensorflow/contrib/nccl
parentd60f6513232bd49b658c188c0597dd119e9a52d8 (diff)
Internal change.
PiperOrigin-RevId: 175213336
Diffstat (limited to 'tensorflow/contrib/nccl')
-rw-r--r--tensorflow/contrib/nccl/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/nccl/BUILD b/tensorflow/contrib/nccl/BUILD
index ed9fb64b95..df9dbb457a 100644
--- a/tensorflow/contrib/nccl/BUILD
+++ b/tensorflow/contrib/nccl/BUILD
@@ -48,8 +48,8 @@ tf_cuda_cc_test(
# Disabled on jenkins until errors finding nvmlShutdown are found.
tags = [
"manual",
+ "multi_gpu",
"no_oss",
- "noguitar", # note: is run manually there
"notap",
],
deps = if_cuda(
@@ -138,8 +138,8 @@ cuda_py_test(
# Disabled on jenkins until errors finding nvmlShutdown are found.
tags = [
"manual",
+ "multi_gpu",
"no_oss",
- "noguitar", # note: is run manually there
"notap",
],
)