aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar Ayush Dubey <ayushd@google.com>2018-10-01 15:26:59 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-01 15:33:13 -0700
commit52574f95279d8cd5ec22cfc24668b9586e41367a (patch)
tree3de4c1f67b52dce3131dac2cbb21af768d25ff12 /tensorflow/BUILD
parentcca204f12a5838f0ffdd4a80c27d451cf61d3636 (diff)
Remove jemalloc build files and dead configuration options.
PiperOrigin-RevId: 215291195
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD39
1 files changed, 0 insertions, 39 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index 4876b51a6f..9b62a50452 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -203,21 +203,6 @@ config_setting(
visibility = ["//visibility:public"],
)
-# TODO(jhseu): Enable on other platforms other than Linux.
-config_setting(
- name = "with_jemalloc_linux_x86_64",
- define_values = {"with_jemalloc": "true"},
- values = {"cpu": "k8"},
- visibility = ["//visibility:public"],
-)
-
-config_setting(
- name = "with_jemalloc_linux_ppc64le",
- define_values = {"with_jemalloc": "true"},
- values = {"cpu": "ppc"},
- visibility = ["//visibility:public"],
-)
-
config_setting(
name = "with_default_optimizations",
define_values = {"with_default_optimizations": "true"},
@@ -266,30 +251,6 @@ config_setting(
)
config_setting(
- name = "with_jemalloc_linux_x86_64_dynamic",
- define_values = {
- "with_jemalloc": "true",
- "framework_shared_object": "true",
- },
- values = {
- "cpu": "k8",
- },
- visibility = ["//visibility:public"],
-)
-
-config_setting(
- name = "with_jemalloc_linux_ppc64le_dynamic",
- define_values = {
- "with_jemalloc": "true",
- "framework_shared_object": "true",
- },
- values = {
- "cpu": "ppc",
- },
- visibility = ["//visibility:public"],
-)
-
-config_setting(
name = "using_cuda_clang",
define_values = {
"using_cuda_clang": "true",