aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar Guangda Lai <laigd@google.com>2018-07-26 18:01:13 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-26 18:04:57 -0700
commit65c2baa72da17a3c20d230863c4fe975e88444d6 (patch)
treec3a1c72dcee14e33b47cdcc38a928704325d262e /tensorflow/BUILD
parent21d94be838f7a7917f072e5ec0bbe6e3593177b9 (diff)
Add build option to exclude TensorRT from cuda build.
PiperOrigin-RevId: 206252639
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index 388ca3f293..c9d67021e1 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -408,14 +408,6 @@ config_setting(
visibility = ["//visibility:public"],
)
-# TODO(laigd): consider removing this option and make TensorRT enabled
-# automatically when CUDA is enabled.
-config_setting(
- name = "with_tensorrt_support",
- values = {"define": "with_tensorrt_support=true"},
- visibility = ["//visibility:public"],
-)
-
package_group(
name = "internal",
packages = [