Automated rollback of commit 306cf4b283

PiperOrigin-RevId: 225310802
This commit is contained in:
A. Unique TensorFlower 2018-12-12 21:53:09 -08:00 committed by TensorFlower Gardener
parent c2cb414e54
commit ad26fe7015

View File

@ -267,15 +267,6 @@ config_setting(
visibility = ["//visibility:public"],
)
# By default, XLA GPU is compiled into tensorflow when building with
# --config=cuda even when `with_xla_support` is false. The config setting
# here allows us to override the behavior if needed.
config_setting(
name = "no_xla_deps_in_cuda",
define_values = {"no_xla_deps_in_cuda": "true"},
visibility = ["//visibility:public"],
)
config_setting(
name = "with_gdr_support",
define_values = {"with_gdr_support": "true"},