Internal change.

PiperOrigin-RevId: 245149733
This commit is contained in:
Justin Lebar 2019-04-24 17:35:12 -07:00 committed by TensorFlower Gardener
parent 28c4555ee8
commit 7939e83368

View File

@ -1711,6 +1711,10 @@ xla_test(
srcs = ["multi_device_all_reduce_test.cc"],
backends = ["gpu"],
tags = [
# This test is tagged "manual" because it requires multiple GPUs, and
# Forge only supports single-GPU tests. Guitar skips "manual" tests
# unless they're also tagged "guitar".
"guitar",
"manual",
"multi_gpu",
"no_oss",