aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.py
diff options
context:
space:
mode:
authorGravatar gracehoney <31743510+aaroey@users.noreply.github.com>2018-01-30 09:05:40 -0800
committerGravatar gracehoney <31743510+aaroey@users.noreply.github.com>2018-01-30 09:05:40 -0800
commit864d477a9923b1514f3cedb9bcebe45e65227663 (patch)
treec7d793b8f3c30873a80c6d453a72ba045ee8900c /configure.py
parentf47e05b65bb15d595d24b4b7f0da0f2648c5b30e (diff)
Remove commented lines in configure.py
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.py b/configure.py
index 453dbb2b9c..34de1ad2d5 100644
--- a/configure.py
+++ b/configure.py
@@ -1419,11 +1419,6 @@ def main():
if not is_windows():
set_gcc_host_compiler_path(environ_cp)
set_other_cuda_vars(environ_cp)
- # superceeded by call above
- # enable tensorrt if desired. Disabled on non-linux
- # set_action_env_var(environ_cp, 'TF_NEED_TENSORRT', 'TensorRT', False)
- # if environ_cp.get('TF_NEED_TENSORRT') == '1':
- # set_tf_trt_version(environ_cp)
set_build_var(environ_cp, 'TF_NEED_MPI', 'MPI', 'with_mpi_support', False)
if environ_cp.get('TF_NEED_MPI') == '1':