From 47503fdbfa72357e1419972986a4415ab3ad92a6 Mon Sep 17 00:00:00 2001 From: Gunhan Gulsoy Date: Fri, 28 Sep 2018 17:17:36 -0700 Subject: Disable jemalloc, and remove its configuration option. PiperOrigin-RevId: 215020524 --- configure.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.py') diff --git a/configure.py b/configure.py index 9899ae10e8..0a3b9a7894 100644 --- a/configure.py +++ b/configure.py @@ -1513,8 +1513,6 @@ def main(): if is_ppc64le(): write_action_env_to_bazelrc('OMP_NUM_THREADS', 1) - set_build_var(environ_cp, 'TF_NEED_JEMALLOC', 'jemalloc as malloc', - 'with_jemalloc', True) set_build_var(environ_cp, 'TF_ENABLE_XLA', 'XLA JIT', 'with_xla_support', True, 'xla') -- cgit v1.2.3